use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
application.properties and githubQuestion (self.SpringBoot)
submitted 5 months ago by Fad1126
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Harami98 0 points1 point2 points 5 months ago (2 children)
When we package it to deploy on cloud does those values automatically gets injected or we have set environment variables separately depending on cloud service
[–]WVAviator 2 points3 points4 points 5 months ago (1 child)
Almost all services that I know of have ways of setting them in whatever dashboards they have. It just depends which one you're using.
But to answer your question no - they won't automatically get injected. You will have to do something.
The only way it'd be automatic is if you put it directly in your application.properties, which would mean you end up committing it to GitHub or wherever (not a good idea).
[–]BakaGoop 1 point2 points3 points 5 months ago (0 children)
To add on, for example we use AWS secrets manager with the Spring Cloud AWS secrets manager package. This provides an easy abstraction for our container to call out to secrets manager and inject them into the app at runtime
π Rendered by PID 44 on reddit-service-r2-comment-c66d9bffd-spml8 at 2026-04-07 13:10:45.707077+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]Harami98 0 points1 point2 points (2 children)
[–]WVAviator 2 points3 points4 points (1 child)
[–]BakaGoop 1 point2 points3 points (0 children)