diff --git a/february-merchant-common/src/main/java/com/february/system/domain/constants/Constants.java b/february-merchant-common/src/main/java/com/february/system/domain/constants/Constants.java index 68378a6..8d87b54 100644 --- a/february-merchant-common/src/main/java/com/february/system/domain/constants/Constants.java +++ b/february-merchant-common/src/main/java/com/february/system/domain/constants/Constants.java @@ -9,7 +9,6 @@ public class Constants { * 成功标记 */ public static final Integer SUCCESS = 200; - public static final String SUCCESS_MSG = "操作成功"; /** * 失败标记 diff --git a/february-merchant-springboot/.gitignore b/february-merchant-springboot/.gitignore new file mode 100644 index 0000000..5ff6309 --- /dev/null +++ b/february-merchant-springboot/.gitignore @@ -0,0 +1,38 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file