Skip to content

Commit

Permalink
后台目录结构大调整,让结构更清晰
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Aug 12, 2022
1 parent 5f88b0e commit 4b19f25
Show file tree
Hide file tree
Showing 1,486 changed files with 94 additions and 213 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## ide
**/.idea
*.iml
rebel.xml

## backend
**/target
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>jeecg-boot-module-demo</artifactId>
<artifactId>jeecg-module-demo</artifactId>

<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit 4b19f25

Please sign in to comment.