Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
c57b647f
Commit
c57b647f
authored
Mar 04, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签改成map
parent
b3a849c3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
deploy.sh
deploy.sh
+10
-0
pom.xml
pom.xml
+4
-3
No files found.
deploy.sh
0 → 100644
View file @
c57b647f
# shellcheck disable=SC2164
cd
/gogirl/gogirl-minapp-backend
mvn clean package
-Dmaven
.test.skip
=
true
-Dmaven
.compile.fork
=
true
# shellcheck disable=SC2009
ps
-ef
|
grep
minapp |
grep
-v
grep
| awk
'{print $2}'
| xargs
kill
-9
nohup java
-Xms512m
-Xmxm
-Xss2048M
-jar
-Dspring
.profiles.active
=
prod /gogirl/gogirl-minapp-backend/target/gogirl-miniapp-backend-0.0.1-SNAPSHOT.jar &
\
pom.xml
View file @
c57b647f
...
...
@@ -10,11 +10,12 @@
</parent>
<groupId>
com.gogirl
</groupId>
<artifactId>
gogirl-
wxapp-member
-backend
</artifactId>
<artifactId>
gogirl-
miniapp
-backend
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
gogirl-wxapp-member-backend
</name>
<description>
Demo project for Spring Boot
</description>
<name>
gogirl-miniapp-backend
</name>
<description>
gogirl-miniapp-backend
</description>
<properties>
<java.version>
1.8
</java.version>
...
...
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