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.

26 lines
450 B

spring:
cloud:
nacos:
discovery:
server-addr: localhost:8848
# 配置sentinel控制台地址
sentinel:
transport:
dashboard: localhost:8200
filter:
enabled: false
application:
name: provider
server:
port: 8080
# 监控所有请求
management:
endpoints:
web:
exposure:
include: '*'
rocketmq:
name-server: 192.168.153.131:9876
producer:
group: producer-group