Commit 85f480dea389404035be9b5131c94242a708b056
1 parent
2f38201c
更新文档地址
Showing
2 changed files
with
4 additions
and
4 deletions
ant-design-vue-jeecg/README.md
@@ -111,7 +111,7 @@ Docker 镜像使用 | @@ -111,7 +111,7 @@ Docker 镜像使用 | ||
111 | 111 | ||
112 | ``` | 112 | ``` |
113 | # 1.修改前端项目的后台域名 | 113 | # 1.修改前端项目的后台域名 |
114 | - public/index.html | 114 | + .env.development |
115 | 域名改成: http://jeecg-boot-system:8080/jeecg-boot | 115 | 域名改成: http://jeecg-boot-system:8080/jeecg-boot |
116 | 116 | ||
117 | # 2.先进入打包前端项目 | 117 | # 2.先进入打包前端项目 |
jeecg-boot/README.md
@@ -39,9 +39,9 @@ Jeecg-Boot 低代码开发平台 | @@ -39,9 +39,9 @@ Jeecg-Boot 低代码开发平台 | ||
39 | 39 | ||
40 | - 在线演示 : [http://boot.jeecg.com](http://boot.jeecg.com) | 40 | - 在线演示 : [http://boot.jeecg.com](http://boot.jeecg.com) |
41 | 41 | ||
42 | -- 在线文档: [http://doc.jeecg.com/1273753](http://doc.jeecg.com/1273753) | 42 | +- 在线文档: [http://doc.jeecg.com](http://doc.jeecg.com) |
43 | 43 | ||
44 | -- 常见问题: [入门常见问题大全](http://bbs.jeecg.com/forum.php?mod=viewthread&tid=7816&extra=page%3D1) | 44 | +- 常见问题: [http://jeecg.com/doc/qa](http://jeecg.com/doc/qa) |
45 | 45 | ||
46 | - QQ交流群 : ③816531124、①284271917、②769925425 | 46 | - QQ交流群 : ③816531124、①284271917、②769925425 |
47 | 47 | ||
@@ -100,7 +100,7 @@ QueryWrapper<?> queryWrapper = QueryGenerator.initQueryWrapper(?, req.getParamet | @@ -100,7 +100,7 @@ QueryWrapper<?> queryWrapper = QueryGenerator.initQueryWrapper(?, req.getParamet | ||
100 | > 功能说明: 一键生成的代码(包括:controller、service、dao、mapper、entity、vue) | 100 | > 功能说明: 一键生成的代码(包括:controller、service、dao、mapper、entity、vue) |
101 | 101 | ||
102 | - 模板位置: src/main/resources/jeecg/code-template | 102 | - 模板位置: src/main/resources/jeecg/code-template |
103 | - - 技术文档: http://doc.jeecg.com/1273927 | 103 | + - 技术文档: http://doc.jeecg.com/2043916 |
104 | 104 | ||
105 | 105 | ||
106 | 106 |