Daily Shaarli

All links of one day in a single page.

November 2, 2018

Fighting Java Memory Leak in Production Systems - DZone Java

In this post, we will take a look at how to fight memory leaks in Java production systems, focusing on getting around fancy tools in local environments.

Create a CRUD REST API Using Spring Boot 2, Hibernate 5, JPA, and MySQL

Let's take a look at a tutorial that explains how to develop a step-by-step CRUD RESTful API using Spring Boot 2, Hibernate 5, JPA, and MySQL as a database.