啟動時報錯:
11:09:05.540 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
java.lang.NoSuchMethodError: org.springframework.util.Assert.notNull(Ljava/lang/Object;Ljava/util/function/Supplier;)V
at org.springframework.boot.convert.StringToEnumIgnoringCaseConverterFactory.getConverter(StringToEnumIgnoringCaseConverterFactory.java:42)
at org.springframework.core.convert.support.GenericConversionService$ConverterFactoryAdapter.matches(GenericConversionService.java:423)
原因:依賴存在問題,具體哪個依賴還不確定
解決方法:將 spring-boot-starter-parent的版本修改后可以了,從2.0.1.RELEASE修改為了1.5.2.RELEASE
