You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
315 B
15 lines
315 B
server:
|
|
port: 8010
|
|
# 应用名称(nacos会将该名称当做服务名称)
|
|
spring:
|
|
application:
|
|
name: woniu-service
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
namespace: public
|
|
server-addr: 192.168.56.10:8848
|
|
config:
|
|
server-addr: 192.168.56.10:8848
|
|
file-extension: yml
|
|
|
|
|