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..93908ef 100644
--- a/jeecg-boot-module-system/pom.xml
+++ b/jeecg-boot-module-system/pom.xml
@@ -79,6 +79,8 @@
org.springframework.boot
spring-boot-maven-plugin
+ orc-java-api
+ org.jeecg.JeecgSystemApplication
false