mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 13:53:42 +08:00
自定义messageConverter
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
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">
|
||||
|
||||
<groupId>com.enongm.dianji</groupId>
|
||||
<groupId>cn.felord</groupId>
|
||||
<artifactId>payment-spring-boot-autoconfigure</artifactId>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<build>
|
||||
@@ -21,22 +21,10 @@
|
||||
<packaging>jar</packaging>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>hndpx-release</id>
|
||||
<name>Release Repository</name>
|
||||
<url>http://dev.enongm.com/nexus3/repository/maven-releases/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>hndpx-snapshots</id>
|
||||
<name>Snapshots Repository</name>
|
||||
<url>http://dev.enongm.com/nexus3/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.enongm.dianji</groupId>
|
||||
<groupId>cn.felord</groupId>
|
||||
<artifactId>payment-spring-boot</artifactId>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<type>pom</type>
|
||||
|
||||
Reference in New Issue
Block a user