https://github.com/geowarin/boot-groovy
https://github.com/geowarin/boot-groovy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geowarin/boot-groovy
- Owner: geowarin
- Created: 2014-04-22T07:03:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T08:18:22.000Z (almost 11 years ago)
- Last Synced: 2024-12-25T14:08:01.142Z (4 months 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