Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geowarin/boot-groovy
https://github.com/geowarin/boot-groovy
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/geowarin/boot-groovy
- Owner: geowarin
- Created: 2014-04-22T07:03:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T08:18:22.000Z (over 10 years ago)
- Last Synced: 2023-04-09T10:55:15.042Z (over 1 year ago)
- Language: Groovy
- Homepage: http://geo-boot-groovy.herokuapp.com/
- Size: 293 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring boot groovy
This is a rest API demo application is designed to run on heroku.
Features :
1. Groovy + Gradle build
2. Fully tested (integration + spock unit tests)
3. Mongodb
4. Rest API documentation with swagger## Debug (and hot reload) it
Download the [spring-loaded](https://github.com/spring-projects/spring-loaded) jar and add
-javaagent:/path/to/spring-loaded.jar -noverify
As a JVM arg to your debug configuration and enjoy :)
## Deploy it
heroku create myapp --buildpack https://github.com/heroku/heroku-buildpack-gradle
heroku addons:add mongohqTo change the default password for the admin user, configure an environment variable called `adminPassword` in heroku
git push heroku master