buguge - Keep it simple,stupid

知识就是力量,但更重要的,是运用知识的能力why buguge?

导航

2019年6月28日 #

spring读取property配置的N种方式

摘要: @Value注解 @Value("${ddd}") <!-- 加载配置属性文件 --> <context:property-placeholder ignore-unresolvable="true" location="classpath:jeesite.properties" /> <!-- 读 阅读全文

posted @ 2019-06-28 15:02 buguge 阅读(692) 评论(0) 推荐(0) 编辑