diff --git a/README.md b/README.md index 8e0deb3..fb997ca 100644 --- a/README.md +++ b/README.md @@ -139,15 +139,19 @@ novel-admin :平台后台管理系统源码(独立项目,按需安装) ![](./assets/craw_config.png) -5. 本地直接运行或使用maven插件打包成jar文件上传到服务器上。 +5. 根据需求,修改项目application.yml配置文件中的图片保存方式。 -6. `http://ip:port`访问首页。 + ![](./assets/pic_save_type.png) -7. `http://ip:port/books`访问精品小说模块。 +6. 本地直接运行或使用maven插件打包成jar文件上传到服务器上。 -8. `http://ip:port/book/searchSoftBook.html`访问轻小说模块。 +7. `http://ip:port`访问首页。 -9. `http://ip:port/book/searchMhBook.html`访问漫画模块。 +8. `http://ip:port/books`访问精品小说模块。 + +9. `http://ip:port/book/searchSoftBook.html`访问轻小说模块。 + +10. `http://ip:port/book/searchMhBook.html`访问漫画模块。 **喜欢此项目的可以给我的GitHub和Gitee加个Star支持一下 。** @@ -181,6 +185,10 @@ novel-admin :平台后台管理系统源码(独立项目,按需安装) GitHub仓库地址: https://github.com/201206030/fiction_house +#### 文档地址 + + http://www.java2nb.com/article/5.html + #### QQ交流群 ![mini-code](./assets/小说精品屋开源项目交流群群聊二维码.png) diff --git a/assets/pic_save_type.png b/assets/pic_save_type.png new file mode 100644 index 0000000..5c31e9b Binary files /dev/null and b/assets/pic_save_type.png differ