xml读取properties配置文件 ,properties在eclipse创建

一.创建properties配置文件()

创建用file文本

 

 

二.写入配置文件内容(以键值对形式配置) 键不可换行,值换行要加“/”

 

driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/mybatis
name=root


三.在xml中读取配置文件(例如web.xml)。

 

引入配置文件,使用${}读取信息

 


     
	
		
			
			
			
				
                                
				
				

 

 

 

 

 

你可能感兴趣的:(Xml标签)