|
|
@@ -1,33 +0,0 @@ |
|
|
|
# Tomcat |
|
|
|
server: |
|
|
|
port: 9700 |
|
|
|
|
|
|
|
# Spring |
|
|
|
spring: |
|
|
|
application: |
|
|
|
# 应用名称 |
|
|
|
name: xueyi-message |
|
|
|
profiles: |
|
|
|
# 环境配置 |
|
|
|
active: |
|
|
|
servlet: |
|
|
|
multipart: |
|
|
|
max-request-size: 20MB |
|
|
|
max-file-size: 100MB |
|
|
|
cloud: |
|
|
|
nacos: |
|
|
|
discovery: |
|
|
|
# 服务注册地址 |
|
|
|
# server-addr: 172.17.0.1:18848 |
|
|
|
server-addr: 127.0.0.1:18848 |
|
|
|
config: |
|
|
|
# 配置中心地址 |
|
|
|
# server-addr: 172.17.0.1:18848 |
|
|
|
server-addr: 127.0.0.1:18848 |
|
|
|
# 配置文件格式 |
|
|
|
file-extension: yml |
|
|
|
# 共享配置 |
|
|
|
shared-configs: |
|
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} |
|
|
|
- application-secret-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} |
|
|
|
- application-datasource-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} |