mirror of https://github.com/jeecgboot/jeecg-boot
后台目录结构大调整,让结构更清晰
parent
5f88b0e216
commit
4b19f25111
|
@ -1,6 +1,7 @@
|
||||||
## ide
|
## ide
|
||||||
**/.idea
|
**/.idea
|
||||||
*.iml
|
*.iml
|
||||||
|
rebel.xml
|
||||||
|
|
||||||
## backend
|
## backend
|
||||||
**/target
|
**/target
|
||||||
|
|
|
@ -30,7 +30,7 @@ services:
|
||||||
|
|
||||||
jeecg-boot-system:
|
jeecg-boot-system:
|
||||||
build:
|
build:
|
||||||
context: ./jeecg-boot-module-system
|
context: ./jeecg-module-system/jeecg-system-biz
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
depends_on:
|
depends_on:
|
||||||
- jeecg-boot-mysql
|
- jeecg-boot-mysql
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
<parent>
|
||||||
|
<artifactId>jeecg-boot-parent</artifactId>
|
||||||
<groupId>org.jeecgframework.boot</groupId>
|
<groupId>org.jeecgframework.boot</groupId>
|
||||||
<artifactId>jeecg-boot-base</artifactId>
|
|
||||||
<version>3.4.0</version>
|
<version>3.4.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue