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
- Host: GitHub
- URL: https://github.com/keuller/base-spring-boot-payara
- Owner: keuller
- License: mit
- Created: 2015-10-30T19:03:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T19:13:17.000Z (over 9 years ago)
- Last Synced: 2025-01-23T00:28:14.966Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 86.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base-spring-boot-payara
Simple integration application Spring-Boot and Payara MicroI'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.