2018-08-19T09:34:00Z

What is your primary use case for Spring Boot?

Miriam Tover - PeerSpot reviewer
  • 0
  • 1300
PeerSpot user
28

28 Answers

Erick  Karanja - PeerSpot reviewer
Real User
Top 5Leaderboard
2023-10-30T09:07:46Z
Oct 30, 2023

My team uses Spring Boot to build APIs. We're running Spring Boot for 90% to 95% of our ecosystem. When you talk about the Java system, Spring Boot is the only framework we're using right now.

Search for a product comparison
AI
Real User
Top 20
2023-07-05T04:27:49Z
Jul 5, 2023

The big thing in Spring Boot is that you don't need to make many manual configurations to set up some of the basic things I analyze. If you use Spring Core and want a JDBC connection, you need to consider a lot of XML files to have the JDBC connection done. In Spring Boots, it is simple to have the JDBC connection since the basic functions can be achieved with minimal codes or minimal configurations, making it a very powerful tool. There is not much custom configuration needed in Spring Boot.

Aniruddh Kurundkar - PeerSpot reviewer
Real User
Top 5Leaderboard
2023-06-19T15:52:36Z
Jun 19, 2023

The use cases depend on the domain I require it for. Sometimes its for the banking domain and sometimes for health.

RB
Real User
Top 20
2023-06-02T11:30:00Z
Jun 2, 2023

I use Spring Boot to develop microservices.

SG
Consultant
Top 20
2023-05-15T11:58:11Z
May 15, 2023

Spring Boot is used for microservices and web apps. Spring Boot is a highly modular and versatile framework with excellent inversion of control and dependency management features. It also implements the popular MVC (Model-View-Controller) pattern and offers other useful design patterns, such as the active system via Spring Security. The framework is excellent for developing black feed applications, and developer tools and monitoring systems are also available. Additionally, Spring Cloud is a fantastic tool for writing code for cloud platforms like GCP Cloudgram, as it facilitates the rapid development of APIs.

Bassem Zohdy - PeerSpot reviewer
Real User
Top 20
2023-04-05T14:23:01Z
Apr 5, 2023

We use the solution to build microservice architecture. It helps us expose microservices to REST API or similar messaging applications to provide a communication bridge.

Learn what your peers think about Spring Boot. Get advice and tips from experienced pros sharing their opinions. Updated: March 2024.
765,234 professionals have used our research since 2012.
Malumbo Sinkamba - PeerSpot reviewer
Real User
Top 10
2023-03-15T13:46:00Z
Mar 15, 2023

I primarily use the solution at the point of sale. It covers inventory management at multiple locations and reports as well.

Vikas Bhat - PeerSpot reviewer
Consultant
Top 20
2023-03-13T11:29:26Z
Mar 13, 2023

We host a web app where we have different APIs of the e-commerce marketplace and we use Spring Boot on the backend.

Jaipal Surya - PeerSpot reviewer
MSP
Top 10
2023-02-24T08:33:18Z
Feb 24, 2023

The solution is mainly used for microservices. It's a Java solution.

Jalal Hosseini - PeerSpot reviewer
Real User
Top 10
2023-02-03T08:36:22Z
Feb 3, 2023

I used Spring Boot to create a prototype for a banking solution. I developed two microservices, one for ATMs and the other for the backend. I used Spring Boot with the microservices architecture. I also wrote an application to calculate discount strategies or sales systems for a backend website.

Zemtsop Arléon - PeerSpot reviewer
Real User
Top 5
2022-12-12T12:14:02Z
Dec 12, 2022

We primarily use the solution for building websites and the backend.

Peter Nkomo - PeerSpot reviewer
Reseller
Top 5
2022-11-14T13:33:11Z
Nov 14, 2022

We use the solution to run microservices on an Azure platform. Our UI is on Angular, and Spring Boot is our backend. We have connections with Kafka Topics and some IBM backend tools, and Spring Boot is sufficient to play the part of the orchestration layer.

WB
Real User
Top 20
2022-10-28T04:18:16Z
Oct 28, 2022

It's being used for the front-end web portion of our application.

VA
Real User
Top 10
2022-10-18T10:02:00Z
Oct 18, 2022

We are using Spring Boot to create services.

SV
Real User
Top 5
2022-09-20T09:26:54Z
Sep 20, 2022

Spring Boot is deployed on a Azure Kubernetes container. If I have to interact with a core banking system or any other application, I use Spring Boot.

GV
Real User
Top 20
2022-08-18T11:33:50Z
Aug 18, 2022

We use Spring Boot to build our own microservices as per our platform requirements. We build everything from scratch. It is easy for developers to learn how to use and to start building. We have approximately 100 people in our team using it.

RakeshPatel2 - PeerSpot reviewer
Real User
Top 5
2022-05-26T13:21:00Z
May 26, 2022

Spring Boot is a Java Framework, and it offers dependency management for Maven and Gradle, but we use it as a Maven project. We're a massive bank, and I estimate that 95 percent of Java projects use the Spring Boot Framework. It's upwards of 40,000 users.

Bahattin Yetismis - PeerSpot reviewer
Real User
Top 5Leaderboard
2022-04-29T16:34:44Z
Apr 29, 2022

We use this solution for human resources applications.

Sachindra S - PeerSpot reviewer
MSP
Top 5
2022-04-06T13:38:20Z
Apr 6, 2022

I primarily use the solution for web applications.

Narayanaa - PeerSpot reviewer
User
2021-07-09T02:32:53Z
Jul 9, 2021

I see 2 fundamental use cases:


1. Application Development -- Web using Spring MVC -- Flux


2. Product Development -- From writing Application Servers to Domain-Specific CRMs -- In fact products like Mule Anypoint Platform are built around Spring Core.


That means pretty much anything you can think of :)

JI
Real User
2021-11-02T10:57:00Z
Nov 2, 2021

I have 12 developers using Spring Boot in my organization. There are currently two teams in my company: one for the web version, another for the desktop version.

DS
Real User
2020-09-10T07:35:44Z
Sep 10, 2020

We are using this solution for various in-house applications and products.

DC
Real User
2020-09-06T08:04:00Z
Sep 6, 2020

We primarily use the solution for building applications.

VA
Real User
2020-06-25T10:49:00Z
Jun 25, 2020

We are using the latest version of Java Spring Boot. We can just start with the application within a day. When we start developing we can just start up the application development immediately and work for like four or five hours. We are using it for logistics companies and will be logging thousands of users. Companies of three thousand to four thousand users are what we are using it for.

Enrico Costanzi - PeerSpot reviewer
Real User
2020-06-01T05:06:29Z
Jun 1, 2020

My primary use case is to develop APIs used by single-page applications. It's almost exclusively for web applications and sometimes for communication between micro services, meaning two Spring Boot apps talking to each other. I develop API and the processes, using open API to define before developing them. With Spring Boot we generate the code and we serve the API's to this single-page application or other micro services. I use it almost every day. It's open source, so we don't have any partnership with them, we're a customer. I'm a software engineer.

RM
Real User
2020-03-10T18:33:00Z
Mar 10, 2020

I primarily rely on Spring Boot as the core microservices framework, used for creating myriad solutions for health care and for the financial services industries. Environments change, depending on client commitments and budgets, but Spring Boot remains as the successful nexus for all development. I have used it for both SQL and NoSQL solutions, including both caching and non-caching environments. With over 20 Spring modules to select for possible augmentation of the basic Spring Boot platform, there is nearly always a solution available. In cases, where some additional, narrow functionality is still lacking, many existing solutions can be integrated into the Spring Boot Java framework, even if that functionality is not part of an official Spring Boot add-on module.

AR
Real User
2019-11-26T05:44:00Z
Nov 26, 2019

I'm the CEO of our company and a user of Spring Boot. I use the product on a daily basis for business applications. It's great because it simplifies development. Together with MyBatis, they make a beautiful pair for Java development. I'll be developing with Spring Boot in the future.

HA
Real User
2018-08-19T09:34:00Z
Aug 19, 2018

Our use of this solution is related to creating microservices, based on microservices architecture that we're implementing now.

Spring Boot is a tool that makes developing web applications and microservices with the Java Spring Framework faster and easier, with minimal configuration and setup. By using Spring Boot, you avoid all the manual writing of boilerplate code, annotations, and complex XML configurations. Spring Boot integrates easily with other Spring products and can connect with multiple databases. How Spring Boot improves Spring Framework Java Spring Framework is a popular, open-source framework for...
Download Spring Boot ReportRead more