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

https://github.com/josdem/grails-java-melody

Shows how configure JavaMelody profiler in a Grails project
https://github.com/josdem/grails-java-melody

grails3 groovy java-melody

Last synced: about 1 year ago
JSON representation

Shows how configure JavaMelody profiler in a Grails project

Awesome Lists containing this project

README

          

Grails Java Melody
----------------------------------------------

The goal of [JavaMelody](https://github.com/javamelody/javamelody) is to monitor Java applications in production environments. It is a tool to measure and calculate statistics on real operation of an application depending on the usage of the application by users.

This project shows you configuration needed in a Grails application, this project is using Grails 3.3.5 version.

#### To run the project

```bash
grails run-app
```

#### Read this as reference

http://josdem.io/techtalk/grails/java_melody/