diff --git a/README.md b/README.md index fa0f7b4..5bc50e1 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ Springboot+Mybatis+Mysql+Ehcache+Thymeleaf+Layui ![mini4](./assets/mini4.png) +#### 功能清单 + +[点击查看高清大图](./assets/小说精品屋功能清单.twdx) + +![mini4](./assets/1573575038185.png) + ##### 演示地址1 [点击前往](https://www.zinglizingli.xyz) @@ -95,13 +101,14 @@ Springboot+Mybatis+Mysql+Ehcache+Thymeleaf+Layui ##### 捐赠名单 -| 捐赠者 | 金额 | 时间 | -| :----: | :------: | :-------------------------- | +| 捐赠者 | 金额 | 时间 | +| :----- | :------- | :-------------------------- | +| *星 | ¥20.00 | 2019年11月12日 下午20点11分 | | 完美** | ¥100.00 | 2019年11月12日 下午15点32分 | -| *东 | ¥10.00 | 2019年11月11日 下午21点23分 | -| **海 | ¥ 15.00 | 2019年11月11日 上午7点45分 | -| *鹏飞 | ¥5.00 | 2019年11月11日 上午0点14分 | -| *沐 | ¥10.00 | 2019年11月10日 上午12点09分 | +| *东 | ¥10.00 | 2019年11月11日 下午21点23分 | +| **海 | ¥ 15.00 | 2019年11月11日 上午7点45分 | +| *鹏飞 | ¥5.00 | 2019年11月11日 上午0点14分 | +| *沐 | ¥10.00 | 2019年11月10日 上午12点09分 | diff --git a/assets/1573575038185.png b/assets/1573575038185.png new file mode 100644 index 0000000..9ea1cd7 Binary files /dev/null and b/assets/1573575038185.png differ diff --git a/assets/小说精品屋功能清单.twdx b/assets/小说精品屋功能清单.twdx new file mode 100644 index 0000000..e2ed893 Binary files /dev/null and b/assets/小说精品屋功能清单.twdx differ diff --git a/fiction_hourse.iml b/fiction_hourse.iml new file mode 100644 index 0000000..b61e1e0 --- /dev/null +++ b/fiction_hourse.iml @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 92c2b3c..bcfd0ab 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ xyz.zinglizingli fiction_hourse - 1.1 + 1.2.0 fiction_hourse 小说精品楼 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3a18ed9..848e56c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,7 +3,7 @@ server: spring: datasource: - url: jdbc:mysql://148.70.59.92:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai + url: jdbc:mysql://148.70.59.92:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: xiongxiaoyang password: Lzslov123! # url: jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf-8