标签: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
标签:style pass path span contex hold 标签 pre bsp
原文地址:https://www.cnblogs.com/mobies/p/11870134.html