mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
7 lines
194 B
Properties
7 lines
194 B
Properties
server.port=2222
|
|
spring.application.name=story-service
|
|
# 注册中心
|
|
spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848
|
|
eureka.client.serviceUrl.defaultZone=http://localhost:1111/eureka/
|
|
|