14 lines
215 B
YAML
14 lines
215 B
YAML
|
|
server:
|
||
|
|
port: 8081
|
||
|
|
spring:
|
||
|
|
application:
|
||
|
|
name: nacos-producer
|
||
|
|
cloud:
|
||
|
|
nacos:
|
||
|
|
discovery:
|
||
|
|
server-addr: 127.0.0.1:8848
|
||
|
|
#management:
|
||
|
|
# endpoints:
|
||
|
|
# web:
|
||
|
|
# exposure:
|
||
|
|
# include: *
|