Open
Conversation
* Update dependencies and resolve vulnerabilities * Add routes.txt to gitignore
* Update dependencies and resolve vulnerabilities * Add routes.txt to gitignore
yauheni-bb
reviewed
May 15, 2024
...liable-and-scalable-applications-a-guide-to-12-factor-apps-with-java-and-spring-boot/post.md
Show resolved
Hide resolved
...liable-and-scalable-applications-a-guide-to-12-factor-apps-with-java-and-spring-boot/post.md
Show resolved
Hide resolved
tarun-bb
requested changes
May 16, 2024
...liable-and-scalable-applications-a-guide-to-12-factor-apps-with-java-and-spring-boot/post.md
Show resolved
Hide resolved
...liable-and-scalable-applications-a-guide-to-12-factor-apps-with-java-and-spring-boot/post.md
Show resolved
Hide resolved
...liable-and-scalable-applications-a-guide-to-12-factor-apps-with-java-and-spring-boot/post.md
Show resolved
Hide resolved
tarun-bb
reviewed
May 16, 2024
...liable-and-scalable-applications-a-guide-to-12-factor-apps-with-java-and-spring-boot/post.md
Show resolved
Hide resolved
tarun-bb
reviewed
May 24, 2024
|
|
||
| ### 3. Configuration | ||
|
|
||
| Store configuration details (database connection strings, API keys, and other [backing services](#4-backing-services)) outside your codebase as it is likely to vary between deployments(dev, stage, prod). Use environment variables to load configuration specific to each environment. Spring Boot allows for externalized configuration sources like property files and environment variables. Here's an example of configuring Backbase's user-manager service for [local development using docker-compose](https://github.com/Backbase/local-backend-setup/blob/main/development/docker-compose/docker-compose.yaml): |
Contributor
There was a problem hiding this comment.
as discussed offline, lets have dos and don't for each factor for consistency
uesleilima
requested changes
Jun 28, 2024
uesleilima
left a comment
There was a problem hiding this comment.
Lets focus a bit more here on how backbase leverages these principles, so far it sounds more like a praise to someone's else feats, in order to be in backbase blog post we need to highlight how backbase contributes or reinforce to it a bit clearer
Author
|
@tarun-bb @uesleilima I hear you guys. Nice thoughts. I would like to rewrite contents based on the below
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this article about?
This post explores best practices for crafting robust and scalable applications in the backend space using Java and Spring Boot.
Checklist:
assets/images/post/).bundle install && bundle exec jekyll serve.