Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
9f8b4ab2
Commit
9f8b4ab2
authored
Mar 03, 2020
by
黄森林
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ba9eda5f
481e08cd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
deploy/prod/winsun-docker-application-list/gateway/Dockerfile
+2
-1
deploy/prod/winsun-docker-application-list/gdtel-gztel-school-center/renewaluser/Dockerfile
+2
-1
pom.xml
+1
-1
renewal-user/src/main/resources/application-prod.yml
+1
-1
renewal-user/src/main/resources/application.yml
+1
-1
No files found.
deploy/prod/winsun-docker-application-list/gateway/Dockerfile
View file @
9f8b4ab2
...
...
@@ -3,5 +3,5 @@ LABEL maintainer="Liph <liph@gzwinsun.com>" app="gateway"
ENV
JAR_NAME=gateway \
TZ=Asia/Shanghai
COPY
$JAR_NAME.jar $JAR_NAME.jar
EXPOSE
1
1
001
EXPOSE
1
0
001
CMD
java -jar $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
deploy/prod/winsun-docker-application-list/gdtel-gztel-school-center/renewaluser/Dockerfile
View file @
9f8b4ab2
...
...
@@ -3,5 +3,5 @@ LABEL maintainer="Liph <liph@gzwinsun.com>" app="renewaluser"
ENV
JAR_NAME=renewaluser \
TZ=Asia/Shanghai
COPY
$JAR_NAME.jar $JAR_NAME.jar
EXPOSE
1109
4
EXPOSE
1109
5
CMD
java -jar $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
pom.xml
View file @
9f8b4ab2
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
com.winsun.framework
</groupId>
<artifactId>
winsun-parent
</artifactId>
<version>
0.1.
49
</version>
<version>
0.1.
50
</version>
</parent>
<properties>
...
...
renewal-user/src/main/resources/application-prod.yml
View file @
9f8b4ab2
...
...
@@ -12,7 +12,7 @@ eureka:
serviceUrl
:
defaultZone
:
http://eureka:20000/eureka/
server
:
port
:
1109
4
port
:
1109
5
servlet
:
context-path
:
/ciop
tomcat
:
...
...
renewal-user/src/main/resources/application.yml
View file @
9f8b4ab2
...
...
@@ -10,7 +10,7 @@ eureka:
serviceUrl
:
defaultZone
:
http://localhost:20000/eureka/
server
:
port
:
1109
4
port
:
1109
5
servlet
:
context-path
:
/ciop
tomcat
:
...
...
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