问题是, RelaxedPropertyResolver 已在spring启动(2.0.0.RELEASE)的最新版本中删除。但是,最新的camel-
spring-boot-starter模块(撰写本文时为2.20.2)仍取决于缺少的RelaxedPropertyResolver。
要解决此问题,直到有新版本的Camel,您需要将spring-boot降级到1.5.10.RELEASE。

问题是, RelaxedPropertyResolver 已在spring启动(2.0.0.RELEASE)的最新版本中删除。但是,最新的camel-
spring-boot-starter模块(撰写本文时为2.20.2)仍取决于缺少的RelaxedPropertyResolver。
要解决此问题,直到有新版本的Camel,您需要将spring-boot降级到1.5.10.RELEASE。