mirror of https://github.com/jeecgboot/jeecg-boot
后台目录结构大调整,让结构更清晰
parent
5f88b0e216
commit
4b19f25111
|
@ -1,6 +1,7 @@
|
|||
## ide
|
||||
**/.idea
|
||||
*.iml
|
||||
rebel.xml
|
||||
|
||||
## backend
|
||||
**/target
|
||||
|
|
|
@ -30,7 +30,7 @@ services:
|
|||
|
||||
jeecg-boot-system:
|
||||
build:
|
||||
context: ./jeecg-boot-module-system
|
||||
context: ./jeecg-module-system/jeecg-system-biz
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- jeecg-boot-mysql
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
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">
|
||||
<parent>
|
||||
<artifactId>jeecg-boot-parent</artifactId>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-base</artifactId>
|
||||
<version>3.4.0</version>
|
||||
</parent>
|
||||
<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