donneyo.hashnode.devDevtool and its Magic in SpringbootIn this article, we will be looking at the magic Dev tool adds to our applications/projects. Dev tool is used during the development stage of our spring boot applications. I will be explaining how a Dev tool works in spring-boot and the different fea...May 27, 2023·3 min read
donneyo.hashnode.devFragment in ThymeleafWhat is Fragment In Thymeleaf Fragments in thyme leaf is a section set apart for reusable purposes in another HTML file. they are separated and reorganized into a single line of code to reuse in another HTML file. The whole idea behind fragments is t...Apr 26, 2023·4 min read
donneyo.hashnode.devIs Javax Persistence Deprecated in JPA?What Is Java Persistence API(JPA) Java persistence APIs are specialized sets of Java interfaces that are bound together with selected annotations to interact with databases. JPA represents how objects are persisted in the databases with the aid of ob...Mar 22, 2023·4 min read
donneyo.hashnode.devThe Application Failed to Start Error in Springboot [SOLVED]In this article, I will be discussing one of the most tedious errors I have encountered while working on a Maven Java project with spring boot. it took a while before I could puzzle it out. The error comes up whenever I add a new dependency to my pom...Feb 13, 2023·3 min read
donneyo.hashnode.devProject Lombok ~ No more Boilerplate CodeWhat Is Project Lombok? Project Lombok is a Java library that aims to eliminate boilerplate code and improve code readability and maintainability. Java has been in existence for a long time, and one of the major setbacks of Java is the very long line...Jan 7, 2023·4 min read