Files
mosty-dyga-cloud/mosty-rzzx/src/main/resources/bootstrap.yml

41 lines
690 B
YAML
Raw Normal View History

2025-09-04 18:25:00 +08:00
server:
port: 8011
servlet:
context-path: /mosty-rzzx/
2025-09-05 17:43:45 +08:00
2025-09-04 18:25:00 +08:00
spring:
application:
name: mosty-rzzx
cloud:
nacos:
discovery:
2025-09-05 17:43:45 +08:00
register-enabled: true
namespace: f23c13d4-0935-42e0-850e-a2216125f2ae
server-addr: 192.168.1.129:18848
username: nacosDev1
password: nacosDev1
2025-09-04 18:25:00 +08:00
# 开启健康监控
management:
endpoints:
web:
exposure:
include: '*'
endpoint:
health:
show-details: always
auditevents:
enabled: true
#swagger:
# enable: true
# title: 基础微服务
# version: 1.0.0
# name: 基础微服务
# url: ''
# email: ''
# 日志
#logging:
# file: /application/applogs/admin.log