【修改】将jeecg字样修改为jero

This commit is contained in:
zer0Black
2021-03-10 17:17:01 +08:00
parent 79e2bebd93
commit ba4ef45423
654 changed files with 5088 additions and 386022 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
Jeecg-Boot 低代码开发平台
jero-boot 低代码开发平台
===============
当前最新版本: 2.4.2(发布日期:20210126
@@ -177,13 +177,13 @@ code: {
# 4.配置host
# jeecgboot
127.0.0.1 jeecg-boot-redis
127.0.0.1 jeecg-boot-mysql
127.0.0.1 jeecg-boot-system
127.0.0.1 jero-boot-redis
127.0.0.1 jero-boot-mysql
127.0.0.1 jero-boot-system
# 5.启动镜像__容器组(也可取代运行中的镜像)
docker-compose up -d
# 6.访问后台项目(注意要开启swagger)
http://localhost:8080/jeecg-boot/doc.html
http://localhost:8080/jero-boot/doc.html
```