An open API service indexing awesome lists of open source software.

https://github.com/keuller/base-spring-boot-payara

Simple application with Spring-Boot and Payara Micro
https://github.com/keuller/base-spring-boot-payara

Last synced: 3 months ago
JSON representation

Simple application with Spring-Boot and Payara Micro

Awesome Lists containing this project

README

        

# base-spring-boot-payara
Simple integration application Spring-Boot and Payara Micro

I've made a simple project that uses Spring-Boot and Payara Micro.

Just run ```run-payara``` script to build and run the container. After start point out browser to address ```http://localhost:9000/payara-spring-boot/friends``` to see the response from sample service.

I hope you enjoy it.