diff --git a/README.md b/README.md index 2d036a7..5f2c78e 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,17 @@ Springboot+Mybatis+Mysql+Ehcache+Thymeleaf+Layui ![](./assets/score_config.png) -5. 本地直接运行或使用maven插件打包成jar文件上传到服务器上。 +5. 根据需求,修改项目application.yml配置文件中的小说爬虫源配置。 -6. `http://ip:port`访问首页。 + ![](./assets/craw_config.png) -7. `http://ip:port/books`访问精品小说模块。 +6. 本地直接运行或使用maven插件打包成jar文件上传到服务器上。 -8. `http://ip:port/book/searchSoftBook.html`访问轻小说模块。 +7. `http://ip:port`访问首页。 + +8. `http://ip:port/books`访问精品小说模块。 + +9. `http://ip:port/book/searchSoftBook.html`访问轻小说模块。 #### 项目截图 diff --git a/assets/charset_config.png b/assets/charset_config.png new file mode 100644 index 0000000..3cfe6ef Binary files /dev/null and b/assets/charset_config.png differ diff --git a/assets/craw_config.png b/assets/craw_config.png new file mode 100644 index 0000000..fe521d7 Binary files /dev/null and b/assets/craw_config.png differ