Skip to content

chalokodekare/spring-boot-azure-key-vault

Repository files navigation

spring-boot-microservice-with-azure-key-vault

To understand microservice structure, check https://github.com/chalokodekare/skeleton-service.


Tools/Version

Java Version : 17 
Gradle Version : 7.4.2

Setup


Starting up the service:

1. Do "gradle bootrun" or execute "run.bat" file.
   To bootrun with production profile:
       gradle bootrun --args='--spring.profiles.active=production'
2. If using Docker, Do
    2.1 Do "gradle bootjar or gradle build" to build jar file. 
    2.2 Execute run/local-build.sh to build docker image.
    2.3 Execute run/local-run.sh to run latest docker image.
3. To run in Intellij, Run/Debug main method in Application.java class.

Sample APIs to test.

Use postman collection inside tools/postman folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages