加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
edu-ad-boot-dev.yml 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
YingDreamyoung 提交于 2021-04-04 22:33 . add edu-ad-boot-dev.yml.
server:
port: 8888
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://113.31.119.154:3306/edu_ad?characterEncoding=UTF-8&useUnicode=true&useSSL=false&serverTimezone=GMT
username: edurw
password: edurw
klock:
address: 113.31.105.128:6379
rabbitmq:
host: 113.31.119.154
port: 5672
username: root
password: 123456
management:
endpoints:
web:
exposure:
include: "*"
endpoint:
#启用shutdown端点,以便支持优雅停机
shutdown:
enabled: true
#分布式链路追踪--调整SpringBoot日志输出级别
logging:
config: classpath:logback.xml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化