graman22 / Microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some Spring Boot Demos

This project contains some demos for Spring Boot

  • simplest-spring-boot is a very simple project. It just shows how a web application can be created.
  • spring-boot-spring-data-jpa adds support for Spring Data JPA and Thymleaf templates.
  • spring-boot-ops shows features for ops - you can ssh into the application to monitor and trouble shoot it. The ssh server is at port 2000 , username user, passowrd given in log at startup. Also you can go to http://localhost:8080/monitor.html - that page contains links to some resources for monitoring.

About

License:Apache License 2.0


Languages

Language:Java 65.5%Language:HTML 31.5%Language:Groovy 3.0%