Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dex-basic-service-expand
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
server
dex-basic-service-expand
Commits
4c333860
Commit
4c333860
authored
Oct 29, 2024
by
侯彦文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本升级
parent
bbca182f
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
246 additions
and
26 deletions
+246
-26
pom.xml
dex-basic-service-expand-build-lib/pom.xml
+2
-2
pom.xml
dex-basic-service-expand-build-thirdLib/pom.xml
+2
-2
pom.xml
dex-basic-service-expand-common/pom.xml
+16
-4
DxFolderVOExpand.java
...a/com/yonde/dex/basic/expand/entity/DxFolderVOExpand.java
+23
-0
DxObjFolderLinkVOExpand.java
...onde/dex/basic/expand/entity/DxObjFolderLinkVOExpand.java
+23
-0
DxFolderVOPluginExpand.java
...yonde/dex/basic/expand/plugin/DxFolderVOPluginExpand.java
+17
-0
DxObjFolderLinkVOPluginExpand.java
...ex/basic/expand/plugin/DxObjFolderLinkVOPluginExpand.java
+17
-0
pom.xml
dex-basic-service-expand-core/pom.xml
+17
-5
pom.xml
dex-basic-service-expand-entity/pom.xml
+16
-4
DxFolderExpand.java
...ava/com/yonde/dex/basic/expand/entity/DxFolderExpand.java
+30
-0
DxObjFolderLinkExpand.java
.../yonde/dex/basic/expand/entity/DxObjFolderLinkExpand.java
+30
-0
DxFolderPluginExpand.java
...m/yonde/dex/basic/expand/plugin/DxFolderPluginExpand.java
+16
-0
DxObjFolderLinkPluginExpand.java
.../dex/basic/expand/plugin/DxObjFolderLinkPluginExpand.java
+16
-0
pom.xml
dex-basic-service-expand-feign/pom.xml
+16
-4
pom.xml
dex-basic-service-expand-server/pom.xml
+3
-3
pom.xml
pom.xml
+2
-2
No files found.
dex-basic-service-expand-build-lib/pom.xml
View file @
4c333860
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</parent>
</parent>
<artifactId>
dex-basic-service-expand-build-lib
</artifactId>
<artifactId>
dex-basic-service-expand-build-lib
</artifactId>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
dex-basic-service-expand-build-thirdLib/pom.xml
View file @
4c333860
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</parent>
</parent>
<artifactId>
dex-basic-service-expand-build-thirdLib
</artifactId>
<artifactId>
dex-basic-service-expand-build-thirdLib
</artifactId>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
dex-basic-service-expand-common/pom.xml
View file @
4c333860
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<parent>
<parent>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<properties>
<properties>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
<maven.compiler.target>
8
</maven.compiler.target>
...
@@ -19,12 +19,24 @@
...
@@ -19,12 +19,24 @@
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-common
</artifactId>
<artifactId>
dex-basic-service-common
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-user-expand
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-expand
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-container-folder-management-expand
</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -67,7 +79,7 @@
...
@@ -67,7 +79,7 @@
<dependency>
<dependency>
<groupId>
com.yonde.dcs
</groupId>
<groupId>
com.yonde.dcs
</groupId>
<artifactId>
dcs-plan-common
</artifactId>
<artifactId>
dcs-plan-common
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
dex-basic-service-expand-common/src/main/java/com/yonde/dex/basic/expand/entity/DxFolderVOExpand.java
0 → 100644
View file @
4c333860
package
com
.
yonde
.
dex
.
basic
.
expand
.
entity
;
import
com.yonde.dex.basic.expand.plugin.DxFolderVOPluginExpand
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.ToString
;
import
java.io.Serializable
;
/**
* @description: DxFolder-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-10-23 10:24:00
**/
@EqualsAndHashCode
@Data
@ToString
(
callSuper
=
true
)
public
class
DxFolderVOExpand
<
V
extends
DxFolderVOPluginExpand
>
implements
Serializable
{
}
dex-basic-service-expand-common/src/main/java/com/yonde/dex/basic/expand/entity/DxObjFolderLinkVOExpand.java
0 → 100644
View file @
4c333860
package
com
.
yonde
.
dex
.
basic
.
expand
.
entity
;
import
com.yonde.dex.basic.expand.plugin.DxObjFolderLinkVOPluginExpand
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.ToString
;
import
java.io.Serializable
;
/**
* @description: DxObjFolderLink-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-10-23 10:24:01
**/
@EqualsAndHashCode
@Data
@ToString
(
callSuper
=
true
)
public
class
DxObjFolderLinkVOExpand
<
V
extends
DxObjFolderLinkVOPluginExpand
>
implements
Serializable
{
}
dex-basic-service-expand-common/src/main/java/com/yonde/dex/basic/expand/plugin/DxFolderVOPluginExpand.java
0 → 100644
View file @
4c333860
package
com
.
yonde
.
dex
.
basic
.
expand
.
plugin
;
import
com.yonde.dex.basic.expand.entity.DxFolderVOExpand
;
/**
* @description: DxFolder-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-10-23 10:24:00
**/
public
interface
DxFolderVOPluginExpand
<
V
extends
DxFolderVOPluginExpand
>
{
DxFolderVOExpand
<
V
>
getDxFolderExpand
();
void
setDxFolderExpand
(
DxFolderVOExpand
<
V
>
dxFolderExpand
);
}
dex-basic-service-expand-common/src/main/java/com/yonde/dex/basic/expand/plugin/DxObjFolderLinkVOPluginExpand.java
0 → 100644
View file @
4c333860
package
com
.
yonde
.
dex
.
basic
.
expand
.
plugin
;
import
com.yonde.dex.basic.expand.entity.DxObjFolderLinkVOExpand
;
/**
* @description: DxObjFolderLink-扩展VO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-10-23 10:24:01
**/
public
interface
DxObjFolderLinkVOPluginExpand
<
V
extends
DxObjFolderLinkVOPluginExpand
>
{
DxObjFolderLinkVOExpand
<
V
>
getDxObjFolderLinkExpand
();
void
setDxObjFolderLinkExpand
(
DxObjFolderLinkVOExpand
<
V
>
dxObjFolderLinkExpand
);
}
dex-basic-service-expand-core/pom.xml
View file @
4c333860
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<parent>
<parent>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<properties>
<properties>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
<maven.compiler.target>
8
</maven.compiler.target>
...
@@ -19,23 +19,35 @@
...
@@ -19,23 +19,35 @@
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-feign
</artifactId>
<artifactId>
dex-basic-service-expand-feign
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-core
</artifactId>
<artifactId>
dex-basic-service-core
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-user-expand
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-expand
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-container-folder-management-expand
</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-entity
</artifactId>
<artifactId>
dex-basic-service-expand-entity
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
...
...
dex-basic-service-expand-entity/pom.xml
View file @
4c333860
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<parent>
<parent>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dex-basic-service-expand-entity
</artifactId>
<artifactId>
dex-basic-service-expand-entity
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<properties>
<properties>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.target>
8
</maven.compiler.target>
<maven.compiler.target>
8
</maven.compiler.target>
...
@@ -19,17 +19,29 @@
...
@@ -19,17 +19,29 @@
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-entity
</artifactId>
<artifactId>
dex-basic-service-entity
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-user-expand
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-expand
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-container-folder-management-expand
</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
dex-basic-service-expand-entity/src/main/java/com/yonde/dex/basic/expand/entity/DxFolderExpand.java
0 → 100644
View file @
4c333860
package
com
.
yonde
.
dex
.
basic
.
expand
.
entity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.ToString
;
import
javax.persistence.Embeddable
;
import
java.io.Serializable
;
import
java.math.BigInteger
;
import
java.math.BigDecimal
;
import
java.time.LocalDateTime
;
import
java.util.Date
;
import
javax.persistence.Embedded
;
import
javax.persistence.Column
;
import
com.yonde.dex.basedata.entity.annotation.DexEmbedded
;
/**
* @description: DxFolder-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-10-23 10:24:00
**/
@ToString
@Embeddable
@Data
@EqualsAndHashCode
public
class
DxFolderExpand
implements
Serializable
{
}
dex-basic-service-expand-entity/src/main/java/com/yonde/dex/basic/expand/entity/DxObjFolderLinkExpand.java
0 → 100644
View file @
4c333860
package
com
.
yonde
.
dex
.
basic
.
expand
.
entity
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.ToString
;
import
javax.persistence.Embeddable
;
import
java.io.Serializable
;
import
java.math.BigInteger
;
import
java.math.BigDecimal
;
import
java.time.LocalDateTime
;
import
java.util.Date
;
import
javax.persistence.Embedded
;
import
javax.persistence.Column
;
import
com.yonde.dex.basedata.entity.annotation.DexEmbedded
;
/**
* @description: DxObjFolderLink-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-10-23 10:24:01
**/
@ToString
@Embeddable
@Data
@EqualsAndHashCode
public
class
DxObjFolderLinkExpand
implements
Serializable
{
}
dex-basic-service-expand-entity/src/main/java/com/yonde/dex/basic/expand/plugin/DxFolderPluginExpand.java
0 → 100644
View file @
4c333860
package
com
.
yonde
.
dex
.
basic
.
expand
.
plugin
;
import
com.yonde.dex.basic.expand.entity.DxFolderExpand
;
/**
* @description: DxFolder-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-10-23 10:24:00
**/
public
interface
DxFolderPluginExpand
{
DxFolderExpand
getDxFolderExpand
();
void
setDxFolderExpand
(
DxFolderExpand
dxFolderExpand
);
}
dex-basic-service-expand-entity/src/main/java/com/yonde/dex/basic/expand/plugin/DxObjFolderLinkPluginExpand.java
0 → 100644
View file @
4c333860
package
com
.
yonde
.
dex
.
basic
.
expand
.
plugin
;
import
com.yonde.dex.basic.expand.entity.DxObjFolderLinkExpand
;
/**
* @description: DxObjFolderLink-扩展PO插件接口
* @author: dexadmin
* @version: V
* @date: 2024-10-23 10:24:01
**/
public
interface
DxObjFolderLinkPluginExpand
{
DxObjFolderLinkExpand
getDxObjFolderLinkExpand
();
void
setDxObjFolderLinkExpand
(
DxObjFolderLinkExpand
dxObjFolderLinkExpand
);
}
dex-basic-service-expand-feign/pom.xml
View file @
4c333860
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<parent>
<parent>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dex-basic-service-expand-feign
</artifactId>
<artifactId>
dex-basic-service-expand-feign
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<properties>
<properties>
<maven.compiler.source>
8
</maven.compiler.source>
<maven.compiler.source>
8
</maven.compiler.source>
...
@@ -20,17 +20,29 @@
...
@@ -20,17 +20,29 @@
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-feign
</artifactId>
<artifactId>
dex-basic-service-feign
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-user-expand
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-expand
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-container-folder-management-expand
</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
dex-basic-service-expand-server/pom.xml
View file @
4c333860
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<parent>
<parent>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<artifactId>
dex-basic-service-expand-server
</artifactId>
<artifactId>
dex-basic-service-expand-server
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<properties>
<properties>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<artifactId>
dex-basic-service-expand-core
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
...
...
pom.xml
View file @
4c333860
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<parent>
<parent>
<groupId>
com.yonde.dcs
</groupId>
<groupId>
com.yonde.dcs
</groupId>
<artifactId>
dcs-integration-dependences
</artifactId>
<artifactId>
dcs-integration-dependences
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<artifactId>
dex-basic-service-expand
</artifactId>
<artifactId>
dex-basic-service-expand
</artifactId>
<version>
4.1-2024
0919
-RELEASE
</version>
<version>
4.1-2024
1024
-RELEASE
</version>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<modules>
<modules>
<module>
dex-basic-service-expand-core
</module>
<module>
dex-basic-service-expand-core
</module>
...
...
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