v2.0.1发布,文档更新

This commit is contained in:
xiongxiaoyang
2019-11-20 18:09:09 +08:00
parent 2b58e4e85e
commit 53d169360f
7 changed files with 15 additions and 9 deletions

View File

@ -10,7 +10,7 @@
</parent>
<groupId>xyz.zinglizingli</groupId>
<artifactId>novel-front</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<name>novel-front</name>
<description>小说精品楼-前台web网站</description>

View File

@ -7,8 +7,8 @@ spring:
# username: xiongxiaoyang
# password: Lzslov123!
url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: test123456
username: books
password: books
cache:
ehcache:
config: classpath:ehcache.xml