创建高新区备份

This commit is contained in:
TS-QD1 2023-10-24 15:55:18 +08:00
parent 90a5e3a154
commit 8dcfac648c
2 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
</parent>
<groupId>com.cm</groupId>
<artifactId>service-user-center</artifactId>
<artifactId>system-user-center</artifactId>
<version>2.0.2.RELEASE</version>
<name>service-user-center</name>
<name>system-user-center</name>
<description>统一用户管理系统</description>
<properties>

View File

@ -29,7 +29,7 @@ spring:
max-request-size: 1GB
datasource:
druid:
url: jdbc:mysql://127.0.0.1:3306/db_btgxq_city?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC
url: jdbc:mysql://192.168.0.151:3306/db_btgxq_city?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC
db-type: mysql
driver-class-name: com.mysql.cj.jdbc.Driver
username: root