Category Coding

Computer Programming!

How to specify Java version in Spring pom.xml

Since version 9, Java has new features every 6 months and it’s very hard to keep track of these new changes. If you’re thinking about migrating to a specific Java version is recommended to make a complete diff of APIs between selected Java versions.

How to Build a RESTful Web Service with Spring Boot

Spring is one of the most widely used frameworks for developing enterprise applications, providing a robust programming and configuration model. This guide walks you through the process of creating a “Hello, World” RESTful web service with Spring Boot.