修改结构是否可以启动

This commit is contained in:
lvleigang 2024-09-13 11:25:17 +08:00
parent 0e471d20a3
commit 6e6d219719
1022 changed files with 331 additions and 32 deletions

View File

@ -8,13 +8,14 @@
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>buildpackage</artifactId>
<artifactId>base-buildpackage</artifactId>
<packaging>war</packaging>
<version>${revision}</version>
<!-- 统一管理依赖版本-->
<dependencies>
<dependency>
<groupId>com.hzya.frame</groupId>
<artifactId>webapp</artifactId>
<artifactId>base-webapp</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>

View File

@ -126,10 +126,6 @@ public class MdmModulePluginInitializer extends PluginBaseEntity {
@Override
public JsonResultEntity executeBusiness(JSONObject requestJson) {
tsetCbsService.testCbs(new JSONObject());
tsetU8cService.testU8c(new JSONObject());
requestJson = null;
try{
//重试方法
if (null != requestJson) {

View File

@ -8,8 +8,9 @@
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
<artifactId>base-common</artifactId>
<packaging>jar</packaging>
<version>${revision}</version>
<build>
<plugins>
<plugin>

Some files were not shown because too many files have changed in this diff Show More