Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)