dao层单独需要的依赖



	
		
		
		
			org.mybatis
			mybatis
		
		
			org.mybatis
			mybatis-spring
		
		
			com.github.miemiedev
			mybatis-paginator
		
		
			com.github.pagehelper
			pagehelper
		
		
		
			mysql
			mysql-connector-java
		
		
		
			com.alibaba
			druid
		
	
	
	
		
			
				src/main/java
				
					**/*.properties
					**/*.xml
				
				false
			
		
	

 

你可能感兴趣的:(JavaEE)