Commit c178c4a6f058ef8b1149662f68e7a492e4c069c2
1 parent
e896f22a
微服务重构后,新文档
Showing
3 changed files
with
21 additions
and
7 deletions
README.md
... | ... | @@ -18,7 +18,7 @@ JEECG BOOT 低代码开发平台(前后端分离版本) |
18 | 18 | [](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE) |
19 | 19 | [](http://www.jeecg.com) |
20 | 20 | [](https://my.oschina.net/jeecg) |
21 | -[](https://github.com/zhangdaiscott/jeecg-boot) | |
21 | +[](https://github.com/zhangdaiscott/jeecg-boot) | |
22 | 22 | [](https://github.com/zhangdaiscott/jeecg-boot) |
23 | 23 | [](https://github.com/zhangdaiscott/jeecg-boot) |
24 | 24 | |
... | ... | @@ -73,7 +73,7 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, |
73 | 73 | |
74 | 74 | - 新手指南: [快速入门](http://www.jeecg.com/doc/quickstart) | [视频教程](https://space.bilibili.com/454617261/channel/series) | [常见问题 ](http://www.jeecg.com/doc/qa) | [技术支持](http://jeecg.com/doc/help) | [1分钟体验低代码](https://my.oschina.net/jeecg/blog/3083313) |
75 | 75 | |
76 | -- 微服务开发: [单体切换为微服务](http://doc.jeecg.com/2704725) | |
76 | +- 微服务开发: [单体升级为微服务](http://doc.jeecg.com/3040735) | |
77 | 77 | |
78 | 78 | - QQ交流群 : ⑥730954414、VUE3群683903138、⑤860162132(满)、④774126647(满)、③816531124(满)、②769925425(满)、①284271917(满) |
79 | 79 | > ` 提醒:【QQ群是自助服务群,建议给帮助您解决问题的同学发送指定红包,表示感谢!】 ` |
... | ... | @@ -82,8 +82,8 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, |
82 | 82 | Docker启动项目 |
83 | 83 | ----------------------------------- |
84 | 84 | - [Docker镜像单体启动项目](http://doc.jeecg.com/2043889) |
85 | -- [Docker镜像微服务启动项目](http://doc.jeecg.com/2656147) | |
86 | -- [jeecgboot-vue3Docker启动](http://vue3.jeecg.com/3028878) | |
85 | +- [Docker镜像微服务启动项目](http://doc.jeecg.com/3040737) | |
86 | +- [jeecgboot-vue3 Docker启动](http://vue3.jeecg.com/3028878) | |
87 | 87 | |
88 | 88 | 为什么选择JEECG-BOOT? |
89 | 89 | ----------------------------------- |
... | ... | @@ -153,11 +153,11 @@ Docker启动项目 |
153 | 153 | |
154 | 154 | - 基础框架:Spring Boot 2.6.6 |
155 | 155 | |
156 | -- 微服务框架: Spring Cloud Alibaba 2021.1 | |
156 | +- 微服务框架: Spring Cloud Alibaba 2021.0.1.0 | |
157 | 157 | |
158 | 158 | - 持久层框架:MybatisPlus 3.5.1 |
159 | 159 | |
160 | -- 报表工具: JimuReport 1.5.0-beta | |
160 | +- 报表工具: JimuReport 1.5.2 | |
161 | 161 | |
162 | 162 | - 安全框架:Apache Shiro 1.8.0,Jwt 3.11.0 |
163 | 163 | |
... | ... |
jeecg-boot/README.md
jeecg-boot/pom.xml
... | ... | @@ -372,6 +372,20 @@ |
372 | 372 | </resource> |
373 | 373 | </resources> |
374 | 374 | </build> |
375 | + | |
376 | + <distributionManagement> | |
377 | + <repository> | |
378 | + <id>jeecg</id> | |
379 | + <name>jeecg Repository</name> | |
380 | + <url>http://maven.jeecg.com:8090/nexus/content/repositories/jeecg</url> | |
381 | + </repository> | |
382 | + <snapshotRepository> | |
383 | + <id>jeecg-snapshots</id> | |
384 | + <name>jeecg Snapshot Repository</name> | |
385 | + <url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url> | |
386 | + </snapshotRepository> | |
387 | + </distributionManagement> | |
388 | + | |
375 | 389 | <!-- 环境 --> |
376 | 390 | <profiles> |
377 | 391 | <!-- 开发 --> |
... | ... |