SpringMVC-applicationContent.xml和Spring-servlet.xml的配置设置

Spring-Servlet.xml:






	
	
		
			
				
					
						text/plain;charset=UTF-8
						text/html;charset=UTF-8
						application/json;charset=UTF-8
					
				
			
		
	

	
	
		
			10000000
		
		
			UTF-8
		
	
    

	
	

	

applicationContent.xml的配置:



	

spring-bean.xml的配置:





	
		
		
		
		
	
	
	
		
		
	
	
		
	
	
		
	


	
		
	

mybatis.xml配置:




	
	
		
			
			 
				
				
				
				
			
		
	

	
		
		
		
		
	

jdbc.properties

db.driverClassName=com.mysql.jdbc.Driver
db.url=jdbc:mysql://localhost:3306/mybatis
db.username=root
db.password=11111

 

你可能感兴趣的:(java)