/fxmonitor-boot

fxmonitor is a web sample application which is in charge of middleware flow monitoring. It is based on all new applicative java web stack (Spring4/Spring Boot/AngularJS/Thymleaf/Bootstrap).

Primary LanguageJavaScript

FX Monitor App

Overview


FX Monitor is a monitoring application data flows. It has been developped as a proof of concpet to show possibilties when using new trendy applicative stack.

Technical stack


Server side
  • Spring - Fwk: showcases of how most well known DI fwk works
  • Spring - Boot: showcases of how to package application in spring boot container
  • Spring - Data: showcases of how to integrate hibernate using spring-data
Rendering view
  • Thymeleaf - Web page rendered using Thymeleaf
  • AngularJS - HTML enhanced for web apps!
  • TrNgGrid - A feature rich Angular grid using standard HTML tables (DEPRECATED)
  • Start Bootstrap - Start Bootstrap - SB Admin 2 Bootstrap Admin Theme

Installation


You just need Maven installed and run:

$ mvn clean install -T 8
$ mvn spring-boot:run

Open your favortie browser (Chrome actually :)):

http://localhost:8080/login

TODO

  • Add spring-security
  • Add view tests samples
  • Finalize features of screens (Transcodifications/Administration)