Tutorial describing how to integrate JavaMelody with Spring or Spring Boot 1 application to monitor application health
Category: Maven
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.
How to debug maven tests
Guide to remote debugging of maven tests.
Gradle – publish artifacts to Maven local repository
Configuration of a Gradle task publishing (installing) artifacts into Maven local repository.
Gradle – reading from Maven local repository
In this short post we will see how to use Maven local repository as a source of dependencies.
This approach can be useful during local development, when for some reasons the same dependencies are needed by projects managed by different build automation tools.
Spring 3 MVC Hibernate Hsqldb Embedded database
In this tutorial we will create simple Spring 3 MVC application with Hsqldb as embedded database.
We will start with project created in previuos tutorial, where we were using H2 database.