Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
b422bd93
Commit
b422bd93
authored
Nov 05, 2018
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DEV] fixed maven dependence for gcexecl
parent
5d365403
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
pom.xml
atms-api/pom.xml
+12
-0
restart.sh
atms-api/restart.sh
+4
-0
restart.sh
atms-invoice/restart.sh
+2
-0
restart.sh
atms-web/restart.sh
+2
-0
No files found.
atms-api/pom.xml
View file @
b422bd93
...
...
@@ -372,8 +372,20 @@
<groupId>
com.grapecity.documents
</groupId>
<artifactId>
gcexcel
</artifactId>
<version>
2.0.0
</version>
<exclusions>
<exclusion>
<groupId>
org.apache.pdfbox
</groupId>
<artifactId>
pdfbox
</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox -->
<dependency>
<groupId>
org.apache.pdfbox
</groupId>
<artifactId>
pdfbox
</artifactId>
<version>
2.0.12
</version>
</dependency>
</dependencies>
<profiles>
...
...
atms-api/restart.sh
0 → 100755
View file @
b422bd93
kill
-9
`
ps
-ef
|grep java |
grep
atms-api |
awk
'{print $2}'
`
export
MAVEN_OPTS
=
"-Xdebug -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n"
rm
-f
nohup.out
nohup
mvn clean tomcat7:run
-Dmaven
.test.skip
=
true
-f
pom.xml &
atms-invoice/restart.sh
0 → 100755
View file @
b422bd93
kill
-9
`
ps
-ef
|grep java |
grep
atms-invoice |
awk
'{print $2}'
`
nohup
mvn clean spring-boot:run &
atms-web/restart.sh
0 → 100755
View file @
b422bd93
kill
-9
`
ps
-ef
|grep java |
grep
atms-web |
awk
'{print $2}'
`
nohup
mvn clean tomcat7:run
-Dmaven
.test.skip
=
true
-f
pom.xml &
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment