摘要: 一、属性文件:version.properties -》内容:version=201608 二、java代码 三、 applicationContext.xml配置 <bean class="com.zhihui.base.configVersion " init-method="init"></b 阅读全文
posted @ 2016-08-18 18:11 N神3 阅读(416) 评论(0) 推荐(0)
摘要: @Controller @RequestMapping("/reg") public class RegController extends BaseController { @Value("${jdbc.url}") private String signDetail; //取jdbc.url属性值 阅读全文
posted @ 2016-08-18 18:07 N神3 阅读(3546) 评论(0) 推荐(0)