Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bfffdcc6
authored
Sep 28, 2025
by
Jony.L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码生成修改
parent
a26f8f6d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
computility-server/pom.xml
+5
-0
pom.xml
+4
-0
No files found.
computility-server/pom.xml
View file @
bfffdcc6
...
...
@@ -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>
...
...
pom.xml
View file @
bfffdcc6
...
...
@@ -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 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment