What are Best Practice Recommendations for Java EE 7 Property File Configuration?

前端 未结 2 989
长发绾君心
长发绾君心 2021-02-02 03:55

Where does application configuration belong in modern Java EE applications? What best practice(s) recommendations do people have?

By application configuration, I mean se

2条回答
  •  面向向阳花
    2021-02-02 04:31

    There can be many possible solutions to your question depending upon everyone's experience. So, why not let's try some already discussed ideas. Please have a look at

    1. Configure Java EE 6 for dev/QA/prod
    2. How to configure Java EE application to apply different settings

    Hope these two will give you some common understanding of how you can build the whole environment by using maven.

提交回复
热议问题