A handsome performance monitoring dashboard dedicated for looking into Java virtual machines through management bean server connections which provides the solution to monitor all the running Java applications at once with an attractive user interface.
To see upcoming features and more, visit Depli GitHub repository.
start.bat
file and for unix just execute start.sh
and log
in to http://localhost:8080
using your web browser.
--server.port=CUSTOM_PORT
java -jar depli-*.jar --server.port=9000
java -jar depli-*.jar \ --spring.datasource.url=jdbc:h2:file:./YOUR_DATA_SOURCE_NAME \ --spring.jpa.hibernate.ddl-auto=create \ --spring.datasource.initialize=trueIf you already have a h2 data source file,
java -jar depli-*.jar --spring.datasource.url=jdbc:h2:file:./PATH_TO_YOUR_DATA_SOURCE
Depli is a free and open source application, heartily appreciates any kind of contribution, suggestions/issues or pull requests.