手机端UI更新

This commit is contained in:
xiongxiaoyang
2020-12-03 02:01:48 +08:00
parent 2fd0349a80
commit 1be39a0f13
10 changed files with 78 additions and 75 deletions

View File

@ -23,11 +23,14 @@ spring:
#连接超时时间毫秒
timeout: 30000
datasource:
url: jdbc:mysql://127.0.0.1:3306/novel_plus?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: test123456
url: jdbc:mysql://47.106.243.172:3306/novel_biz?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
username: novel_biz
password: novel_biz!8888
driver-class-name: com.mysql.cj.jdbc.Driver
autoconfigure:
exclude: io.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration
####使用shardingJdbc时
####所有的jdbcType都不能是LONGVARCHAR,否则会导致java.io.NotSerializableException: java.io.StringReader错误
##### 应该替换所有的 LONGVARCHAR 类型为VARCHAR