|
@@ -23,9 +23,9 @@ spring:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://192.168.1.18:5555/ct?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://127.0.0.1:5506/ct?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
- password: Mysql@.2020
|
|
|
+ password: root
|
|
|
# connection-properties: config.decrypt=true;config.decrypt.key=${publicKey}
|
|
|
|
|
|
# url: jdbc:mysql://localhost:54030/kjb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=GMT%2B8
|
|
@@ -41,7 +41,7 @@ server:
|
|
|
servlet:
|
|
|
session:
|
|
|
timeout: 600
|
|
|
- port: 8086
|
|
|
+ port: 8088
|
|
|
address: 0.0.0.0
|
|
|
#
|
|
|
#anti:
|