All Projects → lpsandaruwan → Depli

lpsandaruwan / Depli

A handsome JVM monitoring dashboard

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Depli

ecommerce
Laravel open source e-commerce system.
Stars: ✭ 209 (+435.9%)
Mutual labels:  angularjs, angular-material
Celerio Angular Quickstart
Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Stars: ✭ 483 (+1138.46%)
Mutual labels:  spring-boot, angular-material
Angularjs Springmvc Sample
A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer
Stars: ✭ 292 (+648.72%)
Mutual labels:  spring-boot, angularjs
Tested
Angular Material in MEAN Stack Website Source
Stars: ✭ 35 (-10.26%)
Mutual labels:  angular-material, angularjs
Todo List App
Spring Boot 1.3.2, Spring Data Hibernate H2, REST, Angular 1.5.3, Bootstrap, Maven.
Stars: ✭ 6 (-84.62%)
Mutual labels:  spring-boot, angularjs
metadatamanagement
Metadatamanagement (MDM) - Data Search for Higher Education Research and Science Studies
Stars: ✭ 21 (-46.15%)
Mutual labels:  angularjs, angular-material
King Admin
king-admin是一个超酷的前后端分离的基础权限管理后台,前端:angularJs+bootstrap+gulp,后端:spring-boot+mybatis-plus(分java版和kotlin版)
Stars: ✭ 397 (+917.95%)
Mutual labels:  spring-boot, angularjs
brush
An amazing scaffolding for developing database-driven websites, applications and APIs. Built on Laravel Lumen Framework, MySQL and Angular.
Stars: ✭ 23 (-41.03%)
Mutual labels:  angularjs, angular-material
Microservices Event Sourcing
Microservices Event Sourcing 是一个微服务架构的在线购物网站,使用Spring Boot、Spring Cloud、Spring Reactor、OAuth2、CQRS 构建,实现了基于Event Sourcing的最终一致性,提供了构建端到端微服务的最佳实践
Stars: ✭ 657 (+1584.62%)
Mutual labels:  spring-boot, angularjs
Springboot Jwt Starter
A Spring Boot JWT starter kit for stateless and token-based authentication apps.
Stars: ✭ 538 (+1279.49%)
Mutual labels:  spring-boot, angularjs
angular-material-boilerplate
A straightforward and well structured boilerplate based on Google's Angular Material project.
Stars: ✭ 28 (-28.21%)
Mutual labels:  angularjs, angular-material
Ii
Интерактивная Ииссиидиология
Stars: ✭ 12 (-69.23%)
Mutual labels:  spring-boot, angularjs
materialdrive
Google Drive with Angular Material
Stars: ✭ 43 (+10.26%)
Mutual labels:  angularjs, angular-material
Angular-Firebase-Sortable-Table
Angular Firebase Sortable Table is a module that makes tables creation with firebase an easy task.
Stars: ✭ 28 (-28.21%)
Mutual labels:  angularjs, angular-material
boomerang
Easy website for your GDG Chapter
Stars: ✭ 74 (+89.74%)
Mutual labels:  angularjs, angular-material
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+692.31%)
Mutual labels:  spring-boot, angularjs
Spring Boot Axon Sample
Sample application using Spring Boot, Axon, AngularJS and Websockets
Stars: ✭ 169 (+333.33%)
Mutual labels:  spring-boot, angularjs
Javastud
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
Stars: ✭ 220 (+464.1%)
Mutual labels:  spring-boot, angularjs
Abixen Platform
Abixen Platform
Stars: ✭ 530 (+1258.97%)
Mutual labels:  spring-boot, angularjs
Md Form Validator
Simplify the usage of ngMessages with the angular material design
Stars: ✭ 8 (-79.49%)
Mutual labels:  angular-material, angularjs

Build Status Quality Gate

DEPLI

A Rich JVM Monitor.

Depli is a handsome tool that lets you monitor multiple JVM connections at once though Java management bean server connections, has been built using Spring-boot and angular material.

Requirements

Make sure you have installed Java version 7 or later.

Run Depli using a release

To run depli from a release extract the archive and,

./start.sh

Build using source

Make sure you have configured maven. To obtain the standalone jar file,

mvn clean install -DskipTests

To run for the first time, to create datasource(h2 db file),

java -jar depli-*.jar \
--spring.datasource.url=jdbc:h2:file:./depli \
--spring.jpa.hibernate.ddl-auto=create \
--spring.datasource.initialize=true

Afterwards just running jar is enough,

java -jar depli-*.jar

Depli's default port is 8080, and if you run want to run it using another port use,

java -jar depli-*.jar --server.port=9000

Depli's features and next

  • [x] Add/edit/remove connection data
  • [x] Class paths and artifacts search and lookup
  • [x] Create JMX connections with username/password authentication
  • [x] H2 file database/save connection data
  • [x] Hot plug and unplug JMX connections
  • [x] Multiple JMX connections
  • [ ] Push notifications on user specific triggers and events
  • [ ] User management and authentication.
  • [x] Threads/stacktrace search and lookup

Contributing

Please refer CONTRIBUTING.md

License

Copyright (c) 2017: Lahiru Pathirage [email protected]

Depli is a free application: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Depli is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. See COPYING for a copy of the GNU General Public License. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].