master
周文涛 2 years ago
parent af729c279e
commit 51b7268a43

2
.gitignore vendored

@ -12,6 +12,8 @@
.mtj.tmp/
.idea/
**/.idea/
target/
**/target/
# Package Files #
*.jar

@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-module-system</artifactId>
<artifactId>orc-java</artifactId>
<name>jeecg-boot-module-system</name>
<repositories>
@ -79,6 +79,8 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<finalName>orc-java</finalName>
<mainClass>org.jeecg.JeecgSystemApplication</mainClass>
<!--微服务模式下修改为true,跳过此打包插件,否则微服务模块无法引用-->
<skip>false</skip>
</configuration>

Loading…
Cancel
Save