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
- Host: GitHub
- URL: https://github.com/josdem/grails-java-melody
- Owner: josdem
- Created: 2018-05-13T01:24:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T20:12:19.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T15:52:32.571Z (about 1 year ago)
- Topics: grails3, groovy, java-melody
- Language: CSS
- Size: 173 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/