You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
`java.lang.NoClassDefFoundError: org/springframework/web/util/UriComponentsBuilder'
It forces me to install the Web dependency to connect to Consul and get the config.
Describe the bug
`java.lang.NoClassDefFoundError: org/springframework/web/util/UriComponentsBuilder'
It forces me to install the Web dependency to connect to Consul and get the config.
https://github.com/spring-cloud/spring-cloud-consul/blob/main/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulConfigDataLocationResolver.java#L48
My app its an Application Runner with spring boot 3, java 17 and spring cloud 2022.0.3
The text was updated successfully, but these errors were encountered: