码迷,mamicode.com
首页 > 编程语言 > 详细

spring通过xml方式加载properties文件

时间:2019-11-16 00:38:03      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:style   pass   path   span   contex   hold   标签   pre   bsp   

<context:property-placeholder location=""/>标签,可以用来加载properties配置文件

 

<context:property-placeholder location="classpath:config/db.properties"/>

技术图片

 

 




db.user=root
db.password=111111
db.driver=com.mysql.cj.jdbc.Driver
db.url=jdbc:mysql://localhost:3306/testlogin?serverTimezone=GMT%2B8
 

spring通过xml方式加载properties文件

标签:style   pass   path   span   contex   hold   标签   pre   bsp   

原文地址:https://www.cnblogs.com/mobies/p/11870134.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!