springboot1.5升级到2.0

springboot1.5升级到2.0_第1张图片
注释掉在这里插入图片描述
EFPTomcatEmbeddedServletContainerFactory.java注释掉
WebConfig.java
SpringbootApplication.java
springboot1.5升级到2.0_第2张图片
springboot1.5升级到2.0_第3张图片
core的 pom


	4.0.0

	
		com.sdyy
		EFP_PARENT
		4.0-SNAPSHOT
		../EFP_PARENT/pom.xml
	


	EFP_CORE
	jar

	EFP_CORE
	http://www.sdecloud.com/
	2015-Now

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

		
		
		
			org.springframework.boot
			spring-boot-devtools
			true
			true
		
		
		
			org.springframework.boot
			spring-boot-starter-tomcat
			provided
		
		
		
			org.apache.tomcat.embed
			tomcat-embed-jasper
			
		
		
		
			org.springframework.boot
			spring-boot-starter-aop
		
		
		
			org.springframework.boot
			spring-boot-starter-jdbc
		
		
		
			org.springframework.boot
			spring-boot-starter-cache
		
		
			net.sf.ehcache
			ehcache
		
		
		
			commons-io
			commons-io
			2.4
		
		
			commons-fileupload
			commons-fileupload
			1.3
		
		
			commons-lang
			commons-lang
			2.6
		
		
			org.apac

你可能感兴趣的:(springboot)