mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
Merge branch 'master' into release_v2.0.1
This commit is contained in:
commit
8c2e43c04f
42
README.md
42
README.md
@ -44,17 +44,47 @@ Springboot+Mybatis+Mysql+Ehcache+Thymeleaf+Layui
|
||||
|
||||
#### PC站截图
|
||||
|
||||
1. 首页
|
||||
|
||||

|
||||
|
||||

|
||||
2. 分类索引页
|
||||
|
||||

|
||||
|
||||
3. 排行榜
|
||||
|
||||

|
||||

|
||||
|
||||
4. 详情页
|
||||
|
||||

|
||||
|
||||

|
||||
5. 阅读页
|
||||
|
||||

|
||||
|
||||
6. 用户中心
|
||||
|
||||

|
||||
|
||||
7. 充值
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
8.作家专区
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
9.购买
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
@ -86,7 +116,11 @@ Springboot+Mybatis+Mysql+Ehcache+Thymeleaf+Layui
|
||||
|
||||

|
||||
|
||||
#### 后台管理系统截图
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
#### 安装步骤
|
||||
|
||||
@ -127,7 +161,7 @@ docker安装教程:[点击前往](https://my.oschina.net/java2nb/blog/4271989)
|
||||
|
||||
#### QQ交流群
|
||||
|
||||

|
||||

|
||||
|
||||
#### 捐赠支持
|
||||
|
||||
|
@ -4,7 +4,7 @@ spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://127.0.0.1:3306/novel_plus?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password:
|
||||
password: test123456
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user