还原系统、更新配置
This commit is contained in:
@@ -12,7 +12,7 @@ spring:
|
||||
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
password:
|
||||
password: 123456
|
||||
timeout: 6000
|
||||
port: 6379
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://127.0.0.1:3306/smart_venue?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=GMT%2b8&useAffectedRows=true&useSSL=false
|
||||
url: jdbc:mysql://127.0.0.1:13306/smart-venue?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=GMT%2b8&useAffectedRows=true
|
||||
username: root
|
||||
password: hyty1234
|
||||
password: hyty4321
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
password:
|
||||
password: hyty4321
|
||||
timeout: 6000
|
||||
port: 6379
|
||||
|
||||
# jpa:
|
||||
# show-sql: true
|
||||
jpa:
|
||||
show-sql: true
|
||||
|
||||
sv:
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user