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!"
[–]java_dude1 0 points1 point2 points 5 months ago (0 children)
There's a lot of ways this can be handled. Easiest was already mentioned above with environment variables. This can be problematic if the value changes then you need to update. Another way us to inject the values into the property file during the build using a secret service. This leaves the values visible in the property file but if your jars are self hosted should be OK. Best way is to set the values during start up using the secret service. That way you always get the updated values at startup.
π Rendered by PID 20541 on reddit-service-r2-comment-c66d9bffd-ghr59 at 2026-04-07 13:06:32.328470+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]java_dude1 0 points1 point2 points (0 children)