Skip to content

Commit 692c9fc

Browse files
解决批量新增打包编译问题,完善git忽略文件
1 parent 8bd133f commit 692c9fc

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

.gitignore

+32-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
.DS_Store
2-
.idea
32
.gradle
3+
yarn.lock
4+
*.project
5+
6+
HELP.md
7+
target/
8+
!.mvn/wrapper/maven-wrapper.jar
9+
!**/src/main/**
10+
!**/src/test/**
11+
12+
### STS ###
13+
.apt_generated
14+
.classpath
15+
.factorypath
16+
.project
417
.settings
18+
.springBeans
19+
.sts4-cache
520

6-
yarn.lock
7-
*.classpath
8-
*.project
21+
### IntelliJ IDEA ###
22+
.idea
23+
*.iws
24+
*.iml
25+
*.ipr
26+
27+
### NetBeans ###
28+
/nbproject/private/
29+
/nbbuild/
30+
/dist/
31+
/nbdist/
32+
/.nb-gradle/
33+
build/
34+
35+
### VS Code ###
36+
.vscode/

APIJSON-Java-Server/APIJSONORM/src/main/java/zuo/biao/apijson/server/AbstractObjectParser.java

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import static zuo.biao.apijson.JSONObject.KEY_COMBINE;
1818
import static zuo.biao.apijson.JSONObject.KEY_DROP;
1919
import static zuo.biao.apijson.JSONObject.KEY_TRY;
20+
import static zuo.biao.apijson.RequestMethod.POST;
2021
import static zuo.biao.apijson.RequestMethod.PUT;
2122
import static zuo.biao.apijson.server.SQLConfig.TYPE_ITEM;
2223

0 commit comments

Comments
 (0)