diff --git a/jczxw-java/src/main/resources/application-dev.yml b/jczxw-java/src/main/resources/application-dev.yml index 3f50f78..8f3f3f6 100644 --- a/jczxw-java/src/main/resources/application-dev.yml +++ b/jczxw-java/src/main/resources/application-dev.yml @@ -7,9 +7,9 @@ server: # 数据源配置 spring: datasource: - url: jdbc:mysql://47.119.165.234:13308/db_websopy?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8 - username: db_websopy - password: y8HT6pZTSsxZrM8s + url: jdbc:mysql://47.119.165.234:13308/db_jczxw?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8 + username: db_jczxw + password: RRajAiiBD5wQGfnZ driver-class-name: com.mysql.cj.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource diff --git a/jczxw-java/src/main/resources/application-prod.yml b/jczxw-java/src/main/resources/application-prod.yml index c384ebe..c98e8c7 100644 --- a/jczxw-java/src/main/resources/application-prod.yml +++ b/jczxw-java/src/main/resources/application-prod.yml @@ -4,9 +4,9 @@ server: # 数据源配置 spring: datasource: - url: jdbc:mysql://1Panel-mysql-Bqdt:3306/db_websopy?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai - username: db_websopy - password: y8HT6pZTSsxZrM8s + url: jdbc:mysql://1Panel-mysql-Bqdt:3306/db_jczxw?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai + username: db_jczxw + password: RRajAiiBD5wQGfnZ driver-class-name: com.mysql.cj.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: