23 lines
500 B
YAML
23 lines
500 B
YAML
server:
|
|
port: 9006
|
|
spring:
|
|
main:
|
|
allow-circular-references: true
|
|
jackson:
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
time-zone: GMT+8
|
|
application:
|
|
name: bwie-es
|
|
profiles:
|
|
# 环境配置
|
|
active: dev
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
serverAddr: 192.168.111.133:8848
|
|
config:
|
|
serverAddr: 192.168.111.133:8848
|
|
fileExtension: yml
|
|
shared-configs:
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|