Commit 9f8b4ab2 by 黄森林

Merge remote-tracking branch 'origin/master'

parents ba9eda5f 481e08cd
...@@ -3,5 +3,5 @@ LABEL maintainer="Liph <liph@gzwinsun.com>" app="gateway" ...@@ -3,5 +3,5 @@ LABEL maintainer="Liph <liph@gzwinsun.com>" app="gateway"
ENV JAR_NAME=gateway \ ENV JAR_NAME=gateway \
TZ=Asia/Shanghai TZ=Asia/Shanghai
COPY $JAR_NAME.jar $JAR_NAME.jar COPY $JAR_NAME.jar $JAR_NAME.jar
EXPOSE 11001 EXPOSE 10001
CMD java -jar $JAR_NAME.jar --spring.profiles.active=prod CMD java -jar $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
...@@ -3,5 +3,5 @@ LABEL maintainer="Liph <liph@gzwinsun.com>" app="renewaluser" ...@@ -3,5 +3,5 @@ LABEL maintainer="Liph <liph@gzwinsun.com>" app="renewaluser"
ENV JAR_NAME=renewaluser \ ENV JAR_NAME=renewaluser \
TZ=Asia/Shanghai TZ=Asia/Shanghai
COPY $JAR_NAME.jar $JAR_NAME.jar COPY $JAR_NAME.jar $JAR_NAME.jar
EXPOSE 11094 EXPOSE 11095
CMD java -jar $JAR_NAME.jar --spring.profiles.active=prod CMD java -jar $JAR_NAME.jar --spring.profiles.active=prod
\ No newline at end of file
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<parent> <parent>
<groupId>com.winsun.framework</groupId> <groupId>com.winsun.framework</groupId>
<artifactId>winsun-parent</artifactId> <artifactId>winsun-parent</artifactId>
<version>0.1.49</version> <version>0.1.50</version>
</parent> </parent>
<properties> <properties>
......
...@@ -12,7 +12,7 @@ eureka: ...@@ -12,7 +12,7 @@ eureka:
serviceUrl: serviceUrl:
defaultZone: http://eureka:20000/eureka/ defaultZone: http://eureka:20000/eureka/
server: server:
port: 11094 port: 11095
servlet: servlet:
context-path: /ciop context-path: /ciop
tomcat: tomcat:
......
...@@ -10,7 +10,7 @@ eureka: ...@@ -10,7 +10,7 @@ eureka:
serviceUrl: serviceUrl:
defaultZone: http://localhost:20000/eureka/ defaultZone: http://localhost:20000/eureka/
server: server:
port: 11094 port: 11095
servlet: servlet:
context-path: /ciop context-path: /ciop
tomcat: tomcat:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment