This commit is contained in:
2024-06-27 17:22:39 +08:00
parent be0b47c7b2
commit 1d8b9a7dbd
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
spring: spring:
application: application:
name: ss-common-user name: ss-common-portal
profiles: profiles:
active: dev active: dev
# active: test # active: test