更新 plusone-commons。
parent
2fb291e6b2
commit
8545dd714f
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"java.configuration.updateBuildConfiguration": "interactive"
|
"java.configuration.updateBuildConfiguration": "automatic",
|
||||||
|
"java.dependency.packagePresentation": "hierarchical"
|
||||||
}
|
}
|
2
pom.xml
2
pom.xml
|
@ -21,7 +21,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>xyz.zhouxy.plusone</groupId>
|
<groupId>xyz.zhouxy.plusone</groupId>
|
||||||
<artifactId>plusone-commons</artifactId>
|
<artifactId>plusone-commons</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
package xyz.zhouxy.plusone.validator;
|
package xyz.zhouxy.plusone.validator;
|
||||||
|
|
||||||
import xyz.zhouxy.plusone.exception.PlusoneException;
|
import xyz.zhouxy.plusone.exception.BaseException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 4040200 - 无效的用户输入
|
* 4040200 - 无效的用户输入
|
||||||
*
|
*
|
||||||
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
|
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
|
||||||
*/
|
*/
|
||||||
public class InvalidInputException extends PlusoneException {
|
public class InvalidInputException extends BaseException {
|
||||||
|
|
||||||
private static final long serialVersionUID = 7956661913360059670L;
|
private static final long serialVersionUID = 7956661913360059670L;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue