forked from just-defi/just-link
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathapplication-node2.yml
More file actions
17 lines (16 loc) · 798 Bytes
/
application-node2.yml
File metadata and controls
17 lines (16 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: root
url: jdbc:mysql://127.0.0.1:3306/node2?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
flyway:
url: jdbc:mysql://127.0.0.1:3306/node2?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
user: root
password: root
table: flyway_schema_history
enabled: false
locations: classpath:db/migration
clean-disabled: true
baselineOnMigrate: true