springboot之依赖集锦pom.xml(更新中)

一、springboot依赖--基础包:


	4.0.0
	com.lyd
	springboot-lyd
	0.0.1-SNAPSHOT
	pom
	
		example01
	

	
		org.springframework.boot
		spring-boot-starter-parent
		1.3.2.RELEASE
	

	
		UTF-8
                UTF-8
               1.7
		1.3.2.RELEASE
	

	
		
		
			org.springframework.boot
			spring-boot-starter
		

		
		
			org.springframework.boot
			spring-boot-starter-test
			test
		

		
		
			org.springframework.boot
			spring-boot-starter-web
		
	


	
		
			
				org.springframework.boot
				spring-boot-maven-plugin
			
		
	


二、springboot依赖包【1】:


	4.0.0
	com.lyd
	springboot-lyd
	0.0.1-SNAPSHOT
	pom
	
		example01
	

	
		org.springframework.boot
		spring-boot-starter-parent
		1.3.2.RELEASE
	

	
		UTF-8
		UTF-8
                1.7
		1.3.2.RELEASE
		2.2.2
		5.1.21
		1.1.1
		3.2.2
	

	
		
		
			org.springframework.boot
			spring-boot-starter
			
				
				
					org.springframework.boot
					spring-boot-starter-logging
				
			
		

		
		
			org.springframework.boot
			spring-boot-starter-log4j
		

		
		
			org.springframework.boot
			spring-boot-starter-test
			test
		

		
		
			org.springframework.boot
			spring-boot-starter-web
		


		
		
			io.springfox
			springfox-swagger2
			${swagger2.version}
		
		
			io.springfox
			springfox-swagger-ui
			${swagger2.version}
		

		
		
			org.springframework.boot
			spring-boot-starter-security
		

		
		
		
			org.springframework.boot
			spring-boot-starter-jdbc
		

		
		
			mysql
			mysql-connector-java
			${mysql.version}
		
		
		
		
			org.springframework.boot
			spring-boot-starter-data-jpa
		
		
		
		
			org.springframework.boot
			spring-boot-starter-data-mongodb
		
		
		
			org.mybatis.spring.boot
			mybatis-spring-boot-starter
			${mybatis.version}
		
		
		
		
			org.mongodb
			mongodb-driver
			${mongodb.version}
		
		
		
		
			org.springframework.boot
			spring-boot-starter-redis
		
		
		
		
			org.springframework.boot
			spring-boot-starter-cache
		

		
		
			net.sf.ehcache
			ehcache
		

		
		
			org.springframework.boot
			spring-boot-starter-aop
		

		
		
			org.springframework.boot
			spring-boot-starter-actuator
		


		
		
			org.springframework.boot
			spring-boot-starter-thymeleaf
		

		
		
			org.springframework.boot
			spring-boot-starter-freemarker
		

		
		
			org.springframework.boot
			spring-boot-starter-velocity
		


		
		
			org.springframework
			springloaded
		

	


	
		
			
				org.springframework.boot
				spring-boot-maven-plugin
			
		
	


三、springboot依赖包【2】:



你可能感兴趣的:(⊹●springboot,Spring,Boot基础篇)