自定义messageConverter

This commit is contained in:
felord.cn
2020-12-01 22:36:32 +08:00
parent 0e1efd4e94
commit 30d04ec4da
57 changed files with 101 additions and 133 deletions

View File

@@ -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>