openbaton / integration-tests

Integration tests which could be used for the execution of automated deployments
Apache License 2.0
4 stars 2 forks source link

external-properties-file property #2

Closed gc4rella closed 6 years ago

gc4rella commented 7 years ago

What is this?

| external-properties-file | If you want to use another file for fetching the properties. It is already preset to /etc/openbaton/integration-test/integration-test.properties. If it does not exist it will not be used. |

usually you have to pass the configuration file while starting the application.

marcellom commented 7 years ago

When I and Lorenzo wrote this project, it was a simple JAVA application, without Spring support that does what you say. So, I used this approach that allows you to have an external property file. Actually, I see Spring dependencies in the build.gradle but I think this project uses only JAVA.