Spring configuration server to externalize configurations
This project is maintained by rajasushanth
Topic Config is a configuration server for externalizing the properties of the Topic Service and Topic Web applications. Updating application properties is simple and achievable without restarting the application
Clone the repository to your local by executing the command in git bash.
git clone https://github.com/rajasushanth/Topic-config.git
mvn clean install
Deployment steps
git push
for GitHub repository, which triggers the build process and deploys the application in Pivotal cloud foundryRunning it in local
java -jar topic-config-0.0.1-SNAPSHOT.jar
Running in Pivotal cloud foundry
cf push