-
Notifications
You must be signed in to change notification settings - Fork 2
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
12 factor app #122
base: main
Are you sure you want to change the base?
12 factor app #122
Conversation
* Update dependencies and resolve vulnerabilities * Add routes.txt to gitignore
* Update dependencies and resolve vulnerabilities * Add routes.txt to gitignore
...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
...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
|
||
### 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): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed offline, lets have dos and don't for each factor for consistency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
@tarun-bb @uesleilima I hear you guys. Nice thoughts. I would like to rewrite contents based on the below
|
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
.