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
c58a88da
Commit
c58a88da
authored
Mar 09, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mapper 修改
parent
f126d547
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
deploy.sh
deploy.sh
+1
-1
application-pre.yml
src/main/resources/application-pre.yml
+1
-1
application-prod.yml
src/main/resources/application-prod.yml
+1
-1
application-test.yml
src/main/resources/application-test.yml
+1
-1
No files found.
deploy.sh
View file @
c58a88da
...
...
@@ -9,4 +9,4 @@ ps -ef | grep miniapp | grep -v grep | awk '{print $2}' | xargs kill -9
nohup java
-Xms512m
-Xmx2048m
-Xss2m
-jar
-Dspring
.profiles.active
=
pre /gogirl/gogirl-miniapp-backend/target/gogirl-miniapp-backend-0.0.1-SNAPSHOT.jar &
\
#docker run -d --name myredis -p 6379:6379 redis --requirepass "blt*nix4321xxuws72%"
src/main/resources/application-pre.yml
View file @
c58a88da
...
...
@@ -35,7 +35,7 @@ spring:
host
:
127.0.0.1
port
:
6379
database
:
0
password
:
"
#!@#blt*nix4321
"
password
:
"
blt*nix4321xxuws72%
"
#项目属性
gogirl
:
#充值回调地址
...
...
src/main/resources/application-prod.yml
View file @
c58a88da
...
...
@@ -36,7 +36,7 @@ spring:
host
:
127.0.0.1
port
:
6379
database
:
0
password
:
"
#!@#blt*nix4321
"
password
:
"
blt*nix4321xxuws72%
"
#项目属性
...
...
src/main/resources/application-test.yml
View file @
c58a88da
...
...
@@ -35,7 +35,7 @@ spring:
host
:
127.0.0.1
port
:
6379
database
:
0
password
:
"
#!@#blt*nix4321
"
password
:
"
blt*nix4321xxuws72%
"
#项目属性
...
...
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