Revert "!8 APP显示新闻模块"

This reverts commit e28c829613, reversing
changes made to 734f3e7f9d.
This commit is contained in:
kerwincui
2022-04-09 18:53:14 +08:00
parent e28c829613
commit 462d5d38f8
32 changed files with 34 additions and 3086 deletions

View File

@@ -8,14 +8,14 @@ spring:
master:
url: jdbc:mysql://localhost/wumei-smart?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: root
password: wumei-smart
# 从库数据源
slave:
# 从数据源开关/默认关闭
enabled: false
url:
username:
password:
url:
username:
password:
# 初始连接数
initialSize: 5
# 最小连接池数量
@@ -35,7 +35,7 @@ spring:
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
webStatFilter:
webStatFilter:
enabled: true
statViewServlet:
enabled: true