Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhaoyue
2016-11-27 23:03:56 +0800
Commit
7c45f1fa7e4ef33c15ec4ba398ec7ceff691c8ac
1 parent
2c9515d1
Add json jar.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
pom.xml
push.sh
pom.xml
View file @
7c45f1f
...
...
@@ -63,6 +63,12 @@
<artifactId>
lombok
</artifactId>
<version>
1.16.8
</version>
</dependency>
<!--json-->
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.9
</version>
</dependency>
</dependencies>
<build>
...
...
push.sh
View file @
7c45f1f
git add --all src/
*
git add push.sh
git commit -m
"Add report pase, save and delete. Add upsoft version, account."
git add pom.xml
git commit -m
"Add json jar."
git push origin zhaoyue-dev
git status
\ No newline at end of file
...
...
Please
register
or
login
to post a comment