diff --git a/.gitignore b/.gitignore index 8f9c485..64ea074 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ .mtj.tmp/ .idea/ **/.idea/ +target/ +**/target/ # Package Files # *.jar diff --git a/jeecg-boot-module-system/pom.xml b/jeecg-boot-module-system/pom.xml index f0622e2..f51ddd3 100644 --- a/jeecg-boot-module-system/pom.xml +++ b/jeecg-boot-module-system/pom.xml @@ -8,7 +8,7 @@ 4.0.0 - jeecg-boot-module-system + orc-java jeecg-boot-module-system @@ -79,6 +79,8 @@ org.springframework.boot spring-boot-maven-plugin + orc-java + org.jeecg.JeecgSystemApplication false