Tutorial describing how to integrate JavaMelody with Spring or Spring Boot 1 application to monitor application health
Category: Spring Boot
Spring Boot JavaMelody Tutorial
Tutorial describing how to integrate JavaMelody with Spring Boot 2 application to monitor application health
Spring Boot CRUD Tutorial with embedded H2 and Freemarker
Tutorial describing how to create the simple CRUD (Create Read Update Delete) application using Spring Boot, Freemarker template engine and H2 as embedded database
Spring Boot CRUD Tutorial with embedded H2 and JSP
Tutorial describing how to create the simple CRUD (Create Read Update Delete) application using Spring Boot, JSP template engine and H2 as embedded database
Spring Boot Hello World – Freemarker tutorial
Tutorial describing how to create the simple Hello World application using Spring Boot and Freemarker template engine.
Spring Boot Hello World – JSP tutorial
Tutorial describing how to create the simple Hello World application using Spring Boot and JSP.
Gradle dependency management in multi module project
In this tutorial you will know, how you can organize efficiently your dependencies in project with multiple modules.
Hexagonal Architecture example
In this tutorial we will create simple Spring application based on the Hexagonal Architecture (also called as ports and adapters). This concept is focused on separating implementation of business rules from technical details, it is very flexible and doesn’t require specific implementation (like naming of the modules , classes, adapters and so on).
You can use this example as template to start with your own application.