build: 4.0.0 发布

This commit is contained in:
xiongxiaoyang
2023-04-15 06:50:55 +08:00
parent c71eadef82
commit 8c3fb7f1ca
8 changed files with 24 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>3.6.2</version>
<version>4.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -8,6 +8,10 @@ spring:
url: jdbc:mysql://127.0.0.1:3306/novel_plus?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: root
redis:
host: 127.0.0.1
port: 6379
password: test123456
####使用shardingJdbc时
####所有的jdbcType都不能是LONGVARCHAR,否则会导致java.io.NotSerializableException: java.io.StringReader错误