mirror of
https://github.com/201206030/novel.git
synced 2025-07-15 17:06:39 +00:00
增加爬取小说数据最低分的配置
This commit is contained in:
14
README.md
14
README.md
@ -15,17 +15,23 @@ Springboot+Mybatis+Mysql+Ehcache+Thymeleaf+Layui
|
||||
|
||||
2. 修改项目application.yml配置文件中的数据库配置。
|
||||
|
||||

|
||||
|
||||
3. 修改项目application.yml配置文件中的首页本站推荐小说配置(修改的小说需要在数据库中存在)。
|
||||
|
||||

|
||||
|
||||
4. 本地直接运行或使用maven插件打包成jar文件上传到服务器上。
|
||||
4. 根据需求,修改项目application.yml配置文件中的爬取小说最低分配置。
|
||||
|
||||
5. `http://ip:port`访问首页。
|
||||

|
||||
|
||||
6. `http://ip:port/books`访问精品小说模块。
|
||||
5. 本地直接运行或使用maven插件打包成jar文件上传到服务器上。
|
||||
|
||||
7. `http://ip:port/book/searchSoftBook.html`访问轻小说模块。
|
||||
6. `http://ip:port`访问首页。
|
||||
|
||||
7. `http://ip:port/books`访问精品小说模块。
|
||||
|
||||
8. `http://ip:port/book/searchSoftBook.html`访问轻小说模块。
|
||||
|
||||
#### 项目截图
|
||||
|
||||
|
Reference in New Issue
Block a user