Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 717 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 717 Bytes

neomatt-grails4-testCache

This shows using the cache in grails 4.0.13 (https://docs.grails.org/4.0.13/guide/single.html).

The grails server technology is used as REST-backend for the vr- and e-learning-platform https://vrdoro.com.

Installation

Clone the repository.

IDE

The workspace is prepared for using eclipse with groovy nature with Groovy Development Tools Version 4.8.0-Release.

Use gradle eclipse to prepare eclipse for your workspace.

Start

Use:

  • grails run-app or
  • gradle bootRun

Go to url http://localhost:8080/hello/index with you browser.

Source Code

All is implemented in the HelloController.

Upgrading Grails

In a Grails 5.3.2 project the HelloController works without changes.