Skip to content

Commit

Permalink
修整工具类名称
Browse files Browse the repository at this point in the history
  • Loading branch information
叶云轩.MacBookPro committed Dec 9, 2019
1 parent 0f9220d commit 979a986
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 44 deletions.
68 changes: 26 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@

<groupId>org.yyx.xf</groupId>
<artifactId>xf-util</artifactId>
<version>1.0.8-RELEASE</version>
<version>1.0.10-RELEASE</version>
<name>xf-util</name>
<description>xf的util单独包</description>
<!--region Maven私服-->
<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>LenovoImageNexus</id>-->
<!-- <name>Lenovo-Image</name>-->
<!-- <url>http://124.202.140.137:9993/repository/lenovoimage-release/</url>-->
<!-- <releases>-->
<!-- <enabled>true</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- </repositories>-->
<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>LenovoImageNexus</id>-->
<!-- <name>Lenovo-Image</name>-->
<!-- <url>http://124.202.140.137:9993/repository/lenovoimage-release/</url>-->
<!-- <releases>-->
<!-- <enabled>true</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- </repositories>-->
<!-- region 用于jar发布的配置 -->
<!-- <distributionManagement>-->
<!-- <snapshotRepository>-->
<!-- <id>lenovoimage-snapshot</id>-->
<!-- <name>LenovoImage Nexus Snapshot</name>-->
<!-- <url>http://124.202.140.137:9993/repository/lenovoimage-snapshot/</url>-->
<!-- </snapshotRepository>-->
<!-- <repository>-->
<!-- <id>lenovoimage-release</id>-->
<!-- <name>LenovoImage Nexus Release</name>-->
<!-- <url>http://124.202.140.137:9993/repository/lenovoimage-release/</url>-->
<!-- </repository>-->
<!-- </distributionManagement>-->
<!-- <distributionManagement>-->
<!-- <snapshotRepository>-->
<!-- <id>lenovoimage-snapshot</id>-->
<!-- <name>LenovoImage Nexus Snapshot</name>-->
<!-- <url>http://124.202.140.137:9993/repository/lenovoimage-snapshot/</url>-->
<!-- </snapshotRepository>-->
<!-- <repository>-->
<!-- <id>lenovoimage-release</id>-->
<!-- <name>LenovoImage Nexus Release</name>-->
<!-- <url>http://124.202.140.137:9993/repository/lenovoimage-release/</url>-->
<!-- </repository>-->
<!-- </distributionManagement>-->
<!-- endregion -->
<!--endregion-->
<properties>
Expand Down Expand Up @@ -68,22 +68,6 @@
<target>1.8</target>
</configuration>
</plugin>
<!-- <plugin>-->
<!-- <artifactId>maven-source-plugin</artifactId>-->
<!-- <version>2.1</version>-->
<!-- <configuration>-->
<!-- <attach>true</attach>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- &lt;!&ndash; 指定绑定的声明周期阶段 &ndash;&gt;-->
<!-- <phase>compile</phase>-->
<!-- <goals>-->
<!-- <goal>jar</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
</plugins>
<resources>
<resource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* @author 叶云轩 at [email protected]
* @date 2018/10/14-21:13
*/
public class ResponseUtil {
public class UtilResponse {
/**
* 私有构造
*/
private ResponseUtil() {
private UtilResponse() {
}

/**
Expand Down

0 comments on commit 979a986

Please sign in to comment.