Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marc0der/zim-service
A demo app for my Spring Boot with Groovy talk
https://github.com/marc0der/zim-service
Last synced: about 1 month ago
JSON representation
A demo app for my Spring Boot with Groovy talk
- Host: GitHub
- URL: https://github.com/marc0der/zim-service
- Owner: marc0der
- License: apache-2.0
- Created: 2014-03-19T18:38:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T15:10:32.000Z (over 8 years ago)
- Last Synced: 2024-04-14T15:09:19.805Z (7 months ago)
- Language: Groovy
- Size: 273 KB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
###Demo Spring Boot Groovy app
This application demonstrates how easy it is to build a Groovy Spring Boot application, using Cucumber to test. It uses embedded server and mongo during functional tests.
####To run tests
gradle clean check
####Set up MongoDB
Make sure that you have MongoDB installed and running. Once the `mongod` process is up and running, insert some test data into the database by running:
mongo invasion mongo/quotes.js
####To run the app from Gradle using local Mongo
gradle run
####To run up the fat jar
java -jar build/libs/zim-service