spring读取property配置的N种方式
摘要:
@Value注解 @Value("${ddd}") <!-- 加载配置属性文件 --> <context:property-placeholder ignore-unresolvable="true" location="classpath:jeesite.properties" /> <!-- 读 阅读全文
posted @ 2019-06-28 15:02 buguge 阅读(697) 评论(0) 推荐(0) 编辑