初始提交
This commit is contained in:
43
mosty-sjzx/src/main/resources/bootstrap.yml
Normal file
43
mosty-sjzx/src/main/resources/bootstrap.yml
Normal file
@ -0,0 +1,43 @@
|
||||
server:
|
||||
port: 8016
|
||||
servlet:
|
||||
context-path: /mosty-sjzx/
|
||||
spring:
|
||||
application:
|
||||
name: mosty-sjzx
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# namespace: 657d1843-b590-41ac-b5e7-5d261bf00de9
|
||||
# server-addr: 192.168.200.131:8848
|
||||
register-enabled: true
|
||||
namespace: f23c13d4-0935-42e0-850e-a2216125f2ae
|
||||
server-addr: 172.20.19.130:18848
|
||||
username: nacosDev1
|
||||
password: nacosDev1
|
||||
|
||||
|
||||
# 开启健康监控
|
||||
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
|
||||
|
Reference in New Issue
Block a user