博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
springBoot yml 和 properties
阅读量:5151 次
发布时间:2019-06-13

本文共 323 字,大约阅读时间需要 1 分钟。

加载顺序不一致,application.yml 在前,application.properties 在后。

yml 文件内容

server:  port: 8081spring:  redis:    database: 10    host: 192.168.9.73    port: 6379  application:    name: demo_01logging:  level:    root: info    com.cloud: debug  file: /logs/${spring.application.name}.log

 

转载于:https://www.cnblogs.com/hcfan/p/9840497.html

你可能感兴趣的文章
SQLAlchemy学习
查看>>
错误 error: The following untracked working tree files would be overwritten by merge:README.md
查看>>
BeautifulSoup模块学习文档
查看>>
LInux CentOS7 vsftpd 配置注释
查看>>
Linux CentOS7 httpd 配置注释
查看>>
Sqlserver2012 评估期已过问题
查看>>
iis 0x80070005 解决方法
查看>>
Loj #6503. 「雅礼集训 2018 Day4」Magic
查看>>
iptraf: command not found
查看>>
Please make sure you have the correct access rights and the repository exists.
查看>>
WPF和Expression Blend开发实例:充分利用Blend实现一个探照灯的效果
查看>>
React项目环境配置和HelloWorld
查看>>
DotNetZip 压缩下载
查看>>
【简单的C++冒泡排序算法代码】
查看>>
人生要有一种追求 不管追不追求的到
查看>>
getMasterRequest VS getCurrentRequest?
查看>>
面向对象开发代码如何组织
查看>>
phpcms v9二次开发之系统结构
查看>>
MongoDB的局域网连接问题
查看>>
谈一下最近几次面试的感受
查看>>