mybatis_16_根据properties元素中的resource属性读取类路径下属性文件

新建属性文件config.properties,文件结构如下:

 

 在config.properties中定义属性,示例:

url=jdbc:postgresql://172.16.x.x:5432/database_name

  在mybatis-config2.xml中引入属性文件config.properties,示例:

<properties resource="config.properties">
</properties>

  

posted @ 2022-10-18 15:38  留白*  阅读(26)  评论(0编辑  收藏  举报