Spring boot/cloud常见报错整理(一直更新...)

1.Failed to introspect annotated methods on class org.springframework.cloud.ne…
spring boot和spring cloud版本不合适
**Tips:**spring boot 1.4以后 FilterRegistrationBean的位置换到了 org.springframework.boot.web.servlet 下面

旧版本依赖:


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



	
		
			org.springframework.cloud
			spring-cloud-dependencies
			Brixton.RELEASE
			pom
			import
		
	

新版本依赖:


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



	
		
			org.springframework.cloud
			spring-cloud-dependencies
			Dalston.SR1
			pom
			import
		
	

你可能感兴趣的:(spring/spring,boot)