代码结构调整,数据库无效数据定时清理

This commit is contained in:
xiongxiaoyang
2019-12-11 14:23:30 +08:00
parent 3dcabd3cf3
commit be3cf1bb91
20 changed files with 99 additions and 27 deletions

View File

@@ -3,9 +3,9 @@ server:
spring:
datasource:
url: jdbc:mysql://47.106.243.172:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: books
password: books!8888
password: books
# url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
# username: root
# password: test123456