Commit bfffdcc6 by Jony.L

代码生成修改

parent a26f8f6d
......@@ -99,6 +99,11 @@
</dependency>
<dependency>
<groupId>com.luhu</groupId>
<artifactId>computility-module-compute-biz</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.luhu</groupId>
<artifactId>computility-module-external</artifactId>
<version>${revision}</version>
</dependency>
......
......@@ -23,6 +23,7 @@
<module>computility-module-mall</module>
<module>computility-module-biz</module>
<module>computility-module-apihub</module>
<module>computility-module-compute</module>
<module>computility-module-external</module>
<!-- <module>computility-module-crm</module>-->
<!-- <module>computility-module-erp</module>-->
......@@ -72,6 +73,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
<!-- maven-compiler-plugin 插件,解决 spring-boot-configuration-processor + Lombok + MapStruct 组合 -->
<!-- https://stackoverflow.com/questions/33483697/re-run-spring-boot-configuration-annotation-processor-to-update-generated-metada -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment