add registry config
This commit is contained in:
parent
85af35dce7
commit
b2652762a9
13
registry.yml
Normal file
13
registry.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
spring:
|
||||||
|
profiles: dev # 环境名称
|
||||||
|
server:
|
||||||
|
# 服务端口
|
||||||
|
port: 7891
|
||||||
|
|
||||||
|
--
|
||||||
|
|
||||||
|
spring:
|
||||||
|
profiles: prod # 环境名称
|
||||||
|
server:
|
||||||
|
# 服务端口
|
||||||
|
port: 7891
|
Loading…
x
Reference in New Issue
Block a user