后台目录结构大调整,让结构更清晰

pull/3960/head
zhangdaiscott 2022-08-12 14:14:11 +08:00
parent 5f88b0e216
commit 4b19f25111
1486 changed files with 94 additions and 213 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
## ide ## ide
**/.idea **/.idea
*.iml *.iml
rebel.xml
## backend ## backend
**/target **/target

View File

@ -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

View File

@ -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