记得上下班打卡 | git大法好,push需谨慎

Commit 7836ab05 authored by 姜秀龙's avatar 姜秀龙

Merge remote-tracking branch 'origin/container' into container

parents 13c8af0b 289c2c8f
FROM registry.cn-beijing.aliyuncs.com/zhengzai-base/jdk:8u302
COPY target/liquidnet-service-adam-impl.jar /
EXPOSE 9001
ENTRYPOINT ["java", "-Dspring.profiles.active=test", "-jar", "/liquidnet-service-adam-impl.jar"]
...@@ -10,9 +10,9 @@ spring: ...@@ -10,9 +10,9 @@ spring:
cloud: cloud:
config: config:
# uri: http://127.0.0.1:7002/support-config # uri: http://127.0.0.1:7002/support-config
# uri: http://39.107.71.112:7002/support-config uri: 'http://47.95.156.91:7002/support-config'
profile: ${liquidnet.cloudConfig.profile} # profile: ${liquidnet.cloudConfig.profile}
name: ${spring.application.name} #默认为spring.application.name # name: ${spring.application.name} #默认为spring.application.name
discovery: # discovery:
enabled: true # enabled: true
service-id: liquidnet-support-config # service-id: liquidnet-support-config
\ No newline at end of file \ No newline at end of file
...@@ -6,7 +6,7 @@ liquidnet: ...@@ -6,7 +6,7 @@ liquidnet:
username: user username: user
password: user123 password: user123
eureka: eureka:
host: 172.17.207.177:7001 host: 47.95.156.91:7001
# end-test-这里是配置信息基本值 # end-test-这里是配置信息基本值
spring: spring:
......
...@@ -2,4 +2,4 @@ spring: ...@@ -2,4 +2,4 @@ spring:
application: application:
name: liquidnet-service-adam name: liquidnet-service-adam
profiles: profiles:
active: dev active: test
\ No newline at end of file \ No newline at end of file
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