Karthik Kulkarnidevscribbles.hashnode.dev·Jul 11, 2023Exploring the Power of Spring Boot: Advantages and LimitationsIntroduction: Spring Boot has revolutionized Java application development with its streamlined approach and powerful features. In this blog, we'll delve into the advantages that make Spring Boot a popular choice, as well as the limitations to keep in...DiscussSpring Boot SeriesJava
Adeyemi Adepojutheyemi.hashnode.dev·Jun 1, 2023Deploying a Springboot Api on Aws Ec2Introduction This article is written to help you understand how you can easily deploy a backend API on the cloud. It is assumed that you have a fair understanding of writing spring boot applications with data persistence using a database service of c...Discuss·10 likes·101 readsAWS
Shaban Ansaridecoderansari.hashnode.dev·May 29, 2023Steps to Configure JDBCAuthentication in a Spring ApplicationHey fellow developers, As it's clear from the title of this blog I will be guiding you through the steps involved in configuring the JDBCAuthentication in a Spring Application. The purpose of JDBCAuthentication is to authenticate users against a data...Discuss·1 like·34 readsSpringboot
Deeptenshu Roydeeptenshur99.hashnode.dev·May 17, 2023AWS Elastic Beanstalk and DeploymentBefore going directly on a high-level let us understand from the basics from a beginner perspective.Let us start with IAM and Best Practices and then one by one we will be moving on to other processes. IAM and Best Practices: AWS Identity and Access ...Discuss·38 readsAWS
blondeau fofeainix.hashnode.dev·May 13, 2023Citation and Coment entitiesEntities In Spring Boot, an entity represents a persistent object in a database, and it is typically defined as a Java class with JPA annotations. The JPA annotations define the mapping between the entity class and the corresponding database table, a...Discuss·166 readsSpring Boot
Siddhi Jadhavsiddhiblog.hashnode.dev·May 11, 2023Spring Bootthe spring-boot framework is used by many big tech companies to build their microservices. It's a java based framework and is very useful in creating stand-alone and production-ready applications using Spring. Now to start with bootstrapping your spr...DiscussSpring Boot
Pranjal Goyalthe-spring-boot-chronicles.hashnode.dev·Apr 24, 2023Getting Started with Spring BootWhat is Spring? Spring Framework is a Java platform that provides comprehensive infrastructure support for developing Java applications. Spring handles the infrastructure so you can focus on your application. What is Spring Boot? Spring Boot provides...Discuss·40 readsSpringboot
Sujeet Kumarblog.techstories.online·Apr 22, 2023Develop a GraphQL API with Spring Boot: A step-by-step guideGraphQL is a query language for APIs that allows you to specify exactly what data you need and get only that, no more and no less. Spring Boot, on the other hand, is a popular framework for building enterprise-grade applications in Java. In this blog...Discuss·9 likes·117 readsSpring BootSpringboot
Pranay Gaikwadpranayblog.hashnode.dev·Apr 17, 2023Hibernate – Save Image and Other Types of Values to DatabaseOverview In Hibernate, you can save images and other types of values as attributes of your entity classes using appropriate data types and mappings. To save images, you can use the @Lob annotation with a data type of byte[] or Blob to indicate that...DiscussSpring-HibernateSpringboot
Pranay Gaikwadpranayblog.hashnode.dev·Apr 16, 2023Spring Framework ArchitectureOverview: The Spring framework is a widely-used open-source Java framework that provides a comprehensive programming and configuration model for building enterprise applications. Its architecture is designed around two core principles: Dependency In...DiscussSpring-HibernateSpring