Giter VIP home page Giter VIP logo

Comments (5)

RuneMolin avatar RuneMolin commented on June 21, 2024 2

Properties, such as those that controls what database to use, are a Spring Boot feature and not relevant for individual applications to define. You can read more about them here

Spring Boot will default to an in-memory H2 database if nothing else is defined.

Also, it is best practice, per 12-factor apps not to allow an application to provide any sort of configuration, but expect the application to always be externally configured. Spring Boot provides many options for doing this, which you can study here

from buckpal.

thombergs avatar thombergs commented on June 21, 2024 1

@JayAhn2 @amithksm @RuneMolin thanks for the discussion!

Here are my 2 cents:

  • things like database connections and other configuration parameters can be configured in application-<PROFILE>.yml or application-<PROFILE>.properties
  • it's totally fine to bake these files into the application as I have done here just now, but any secrets should be passed as environment parameters or retrieved from some secret store at runtime
  • multiple modules would share the same application.yml file, as there is only one Spring Boot application. But you could prefix them with different prefixes, like I used the prefix buckpal in BuckPalCoinfigurationProperties

from buckpal.

dhasilin avatar dhasilin commented on June 21, 2024

Also it is interesting how module *.properties files collaborate.
There are some issues around @ConditionalOnProperty with different properties files.

from buckpal.

amithksm avatar amithksm commented on June 21, 2024

Same suggestion/issue as posted by JayAhn2. I intend to view the H2 database via localhost:8080/h2-console

from buckpal.

dhasilin avatar dhasilin commented on June 21, 2024

Got it, it generally you suggestion is to stick with one property file.

We end up with same approach, it's just not very "clean" when you have interchangeable plugins (based on client environment).

from buckpal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.