Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 368 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 368 Bytes

Spring Boot with Groovy

Inspired from Graeme Rocher's talk found here Making Spring Boot Even Groovier on Youtube. This example includes using:

  • RestFull domain Entity (Person)
  • Groovy Template Engine
  • Groovy Server Page (GSP)
  • Custom TagLib example: <g:dateFormat /> TODO: Fix issue with GORM versions.