Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maciejwalkowiak/spring-boot-groovy-samples
Samples and snippets for quick hacking with Spring Boot & Groovy
https://github.com/maciejwalkowiak/spring-boot-groovy-samples
groovy spring-boot
Last synced: 16 days ago
JSON representation
Samples and snippets for quick hacking with Spring Boot & Groovy
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/spring-boot-groovy-samples
- Owner: maciejwalkowiak
- Created: 2018-01-11T22:25:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T21:12:22.000Z (about 7 years ago)
- Last Synced: 2024-11-10T16:13:09.327Z (2 months ago)
- Topics: groovy, spring-boot
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot + Groovy Samples
Samples and snippets for quick hacking with Spring Boot & Groovy using Spring Boot CLI.
## Before you start
- [Install Spring Boot CLI](https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started-installing-spring-boot.html#getting-started-installing-the-cli)
- [Using the CLI](https://docs.spring.io/spring-boot/docs/current/reference/html/cli-using-the-cli.html)## Samples list
- [Spring AMQP Listener](https://github.com/maciejwalkowiak/spring-boot-groovy-samples/blob/master/spring-amqp-listener/app.groovy)
- [Spring MVC Rest Controller](https://github.com/maciejwalkowiak/spring-boot-groovy-samples/blob/master/spring-mvc-rest-controller/app.groovy)
- [Static Site](https://github.com/maciejwalkowiak/spring-boot-groovy-samples/blob/master/static-site/)
- [Spring MVC + ReactJS](https://github.com/maciejwalkowiak/spring-boot-groovy-samples/blob/master/spring-mvc-react/)