Mymicroservice
This is an example application implemented using:
If you find the example helpful, and maybe learned something new, please give it a star. If you have improvement suggestions please create an issue or a pull request. Enjoy :-)
How to start the Mymicroservice application
- Clone the restapi-codegen-maven-plugin repo
git clone git@github.com:jansoren/restapi-codegen-maven-plugin.git
- Run
mvn clean install
in the 'restapi-codegen-maven-plugin'-folder - Then clone this repo
git clone git@github.com:jansoren/akka-persistence-java-example.git
- Run
mvn clean install
in theakka-persistence-java-example/tree/master/mymicroservice-server
-folder - Start application with
java -jar target/mymicroservice-server-1.0.0-SNAPSHOT.jar server config.yml
- To check that your application is running enter url http://localhost:8080
Health Check
To see your applications health enter url http://localhost:8081