|
|
@ -1,7 +1,8 @@ |
|
|
|
spring: |
|
|
|
datasource: |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/yxt_portal?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&allowMultiQueries=true&rewriteBatchedStatements=true |
|
|
|
# url: jdbc:mysql://127.0.0.1:3306/yxt_portal?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&allowMultiQueries=true&rewriteBatchedStatements=true |
|
|
|
url: jdbc:mysql://127.0.0.1:3306/supervise_auth?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&allowMultiQueries=true&rewriteBatchedStatements=true |
|
|
|
username: root |
|
|
|
password: 1LAiGz$t1*Iw |
|
|
|
# cloud: |
|
|
|