add registry config

This commit is contained in:
LittleBoy 2022-11-07 14:14:19 +08:00
parent 85af35dce7
commit b2652762a9

13
registry.yml Normal file
View File

@ -0,0 +1,13 @@
spring:
profiles: dev # 环境名称
server:
# 服务端口
port: 7891
--
spring:
profiles: prod # 环境名称
server:
# 服务端口
port: 7891