Commit 7ec4b743 by zhangxingmin

push

parent 2fdd7354
...@@ -66,13 +66,12 @@ spring: ...@@ -66,13 +66,12 @@ spring:
# nacos的ip地址和端口 # nacos的ip地址和端口
server-addr: ${spring.cloud.nacos.config.server-addr} server-addr: ${spring.cloud.nacos.config.server-addr}
group: YD_GROUP group: YD_GROUP
--- ---
spring: spring:
profiles: prod
application: application:
name: yd-product-api name: yd-product-api
server: profiles: prod
port: 9466
main: main:
allow-bean-definition-overriding: true allow-bean-definition-overriding: true
allow-circular-references: true allow-circular-references: true
......
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