Is your feature request related to a problem? Please describe. When I compile with graalvm including the spring-cloud-starter-bootstrap component, the web service fails to start.
Web application could not be started as there was no org.springframework.boot.web.servlet.server.ServletWebServerFactory bean defined
same with https://github.com/oracle/graal/issues/8429
Describe the solution you'd like
i have no idea ,cannot found any solution from https://docs.spring.io/spring-cloud-config/reference/client.html#config-first-bootstrap
Describe alternatives you've considered i need help
Additional context
i need help ,i have a config loader,impl for org.springframework.cloud.bootstrap.config.PropertySourceLocator
but when i remove spring-cloud-starter-bootstrap,then my custom config loader cannot run first
Comment From: enderwsp
springboot 3.4.6 springcloud 2024.0.1
Comment From: ryanjbaxter
Can you tell us what you are doing in your custom PropertySourceLocator
?
Comment From: enderwsp
Can you tell us what you are doing in your custom
PropertySourceLocator
?
The existing application has a personalized configuration decryption process and a multi-configuration loading process.