Skip to content

dturanski/mvc-with-groovy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring MVC With Groovy Beans Example

This project demonstrates how to use Groovy bean definitions and inject them into a Spring MVC @Controller using Spring Boot.

Running The Example

This uses the spring-boot plugin for gradle which will build the application as an executable jar:

$gradle build
$java -jar build/libs/mvc-with-groovy-0.1.0.jar

Open your browser to http://localhost:8080

About

A sample application using groovy bean definitions with MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published