如何使Spring Boot配置模块独立于Spring Boot版本?

时间:2018-11-02 07:45:48

标签: java spring spring-boot

我想开发我的springboot配置模块。

例如,我想使序列化行为和deserializion在春季ConverterSPIJsonHttpMessageConverter/XmlHttpMessageConverter.中保持一致

因此,我尝试将Spring ConverterSPI中的所有转换器注册到JsonHttpMessageConverter/XmlHttpMessageConverter提供的全局配置中。 并决定是否通过配置打开。

对于这个spring-boot配置模块,我不想依赖spring-boot版本。

否则,在引入此模块时,实际的spring-boot项目需要排除传递依赖项spring boot。

如何实现这一目标?

0 个答案:

没有答案