feature:代码初始化。
This commit is contained in:
46
ruoyi-gateway/src/main/resources/bootstrap.yml
Normal file
46
ruoyi-gateway/src/main/resources/bootstrap.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
# Tomcat
|
||||
server:
|
||||
port: 8080
|
||||
# Spring
|
||||
spring:
|
||||
application:
|
||||
# 应用名称
|
||||
name: ruoyi-gateway
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
namespace: 6ff354f8-471d-46ef-bd30-b81588a009cd
|
||||
# 服务注册地址
|
||||
server-addr: 203.0.105.106:8848
|
||||
group: tyb
|
||||
config:
|
||||
namespace: 6ff354f8-471d-46ef-bd30-b81588a009cd
|
||||
# 配置中心地址
|
||||
server-addr: 203.0.105.106:8848
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
sentinel:
|
||||
# 取消控制台懒加载
|
||||
eager: true
|
||||
transport:
|
||||
# 控制台地址
|
||||
dashboard: 127.0.0.1:8718
|
||||
# nacos配置持久化
|
||||
datasource:
|
||||
ds1:
|
||||
nacos:
|
||||
server-addr: 203.0.105.106:8848
|
||||
dataId: sentinel-ruoyi-gateway
|
||||
groupId: DEFAULT_GROUP
|
||||
data-type: json
|
||||
rule-type: gw-flow
|
||||
# 用于服务监控可在线查看日志,该配置用于生产环境
|
||||
logging:
|
||||
file:
|
||||
name: logs/${spring.application.name}/info.log
|
||||
Reference in New Issue
Block a user