Sivanand GKamathsivanandgkamath.hashnode.dev·Nov 5, 2024HikariCP: The Secret Sauce Behind Faster Apps (Explained with Real-Life Examples!)Application.properties configuration part! If you've ever used a website or app, you've probably enjoyed fast, smooth loading speeds—especially when checking out a shopping cart or checking your bank balance. Behind the scenes, there's a hidden tec...Springboot Demo Projecthikaricp
harsh sehrawatharsehrawat.hashnode.dev·Jun 11, 2024Feature and Usage of Application.propertiesCertainly! Let's consider an example where we want to access custom properties defined in the application.properties file. We'll demonstrate how to access these properties using the @Value annotation and @ConfigurationProperties approach. Step-by-Ste...JSP
Asfaq Leeonleeonscoding.hashnode.dev·May 8, 2023Properties in java and spring bootIn a Java application, we shouldn't hardcode something which changes frequently. For example, database URL, username, passwords etc. If we hardcode those things we need to recompile, rebuild and redeploy the whole application possibly for a single li...213 readsSpringboot
salami adeniyi adedejidonneyo.hashnode.dev·Feb 13, 2023The 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...350 readsJava