mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-27 14:33:43 +08:00
'init'
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
|
||||||
<groupId>com.enongm.dianji</groupId>
|
<groupId>com.enongm.dianji</groupId>
|
||||||
<artifactId>oss-spring-boot-autoconfigure</artifactId>
|
<artifactId>payment-spring-boot-autoconfigure</artifactId>
|
||||||
<version>1.0.0.RELEASE</version>
|
<version>1.0.0.RELEASE</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
@@ -2,14 +2,35 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<parent>
|
|
||||||
<artifactId>payment-spring-boot</artifactId>
|
<groupId>com.enongm.dianji</groupId>
|
||||||
<groupId>com.enongm.dianji</groupId>
|
<artifactId>payment-spring-boot-starter</artifactId>
|
||||||
<version>1.0.0.RELEASE</version>
|
<version>1.0.0.RELEASE</version>
|
||||||
</parent>
|
<packaging>jar</packaging>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>payment-spring-boot-starter</artifactId>
|
<dependencyManagement>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.enongm.dianji</groupId>
|
||||||
|
<artifactId>payment-spring-boot</artifactId>
|
||||||
|
<version>1.0.0.RELEASE</version>
|
||||||
|
<type>pom</type>
|
||||||
|
<scope>import</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.enongm.dianji</groupId>
|
||||||
|
<artifactId>payment-spring-boot-autoconfigure</artifactId>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
7
pom.xml
7
pom.xml
@@ -12,7 +12,7 @@
|
|||||||
<description>payment sdk</description>
|
<description>payment sdk</description>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>oss-spring-boot-autoconfigure</module>
|
<module>payment-spring-boot-autoconfigure</module>
|
||||||
<module>payment-spring-boot-starter</module>
|
<module>payment-spring-boot-starter</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
@@ -66,6 +66,11 @@
|
|||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
<version>${lombok.verison}</version>
|
<version>${lombok.verison}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.enongm.dianji</groupId>
|
||||||
|
<artifactId>payment-spring-boot-autoconfigure</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user