-
-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a release train for migration to SpringBoot 3.x #173
Comments
Hi @openwms , thanks for your excellent ideas on WMS, could you please tell me how can I build a monolith application? BTW, wiki (https://wiki.butan092.startdedicated.de/projects/openwms/wiki) seems not work now. |
Hi @cloorc . Thank you for your interest. Have a look at Spring profiles. Some services use Spring profiles for kinda "feature toggling". Running them with profile |
Currently all the services use a version 2.7.x
Resolving configuration from the Spring Cloud Config server at runtime is not that easy anymore since it requires the use of legacy support
org.springframework.cloud:spring-cloud-starter-bootstrap
in latest releases. The thing is that OpenWMS.org uses the Service Registry First approachhttps://github.com/openwms/org.openwms/wiki/Secured-Eureka-First-services-on-Heroku#eureka-first-bootstrap
. Only basic configuration is obtained at compile-time and all other required configuration is fetched at runtime. This is an issue for pre-compiled and pre-linked executables, because all runtime config must exist at build-time.The text was updated successfully, but these errors were encountered: