Spring Boot 2.0.0.M1: Where is the package org.springframework.bind?

允我心安 提交于 2019-12-12 04:14:32

问题


Spring Boot 1.5.3.RELEASE had several classes in org.springframework.boot.bind, especially RelaxedPropertyResolver. However, https://github.com/spring-projects/spring-boot/tree/v2.0.0.M1/spring-boot/src/main/java/org/springframework/boot doesn't contain the subdirectory bind anymore

RelaxedPropertyResolver is used e.g. in org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration both in 1.3.0.RELEASE and in the current 2.0.0-BUILD-SNAPSHOT.

Is there any workaround?

来源:https://stackoverflow.com/questions/44031949/spring-boot-2-0-0-m1-where-is-the-package-org-springframework-bind

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!