2018-08-19T09:34:00Z

What advice do you have for others considering Spring Boot?

Julia Miller - PeerSpot reviewer
  • 0
  • 5
PeerSpot user
29

29 Answers

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

Spring Boot is a cloud-based solution. I highly recommend Spring Boot for users who do not process highly sensitive traffic. Overall, I rate Spring Boot an eight out of ten.

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

Overall, I rate the solution a nine out of ten.

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

I rate the overall solution a nine out of ten.

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

I would recommend Spring Boot to others. I found it tedious to write JUnit test cases for my code in Spring. I rate the overall solution an eight out of ten.

Luis Mario Ramos Santos - PeerSpot reviewer
Real User
Top 5Leaderboard
2023-05-17T16:36:00Z
May 17, 2023

I rate the solution a nine. I advise others to know new ways of configuring it.

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

To make the most of the Spring Boot framework, it's important to understand its core concept, which is modularity. This involves separating concerns by using services, business classes, and building models while keeping the different components distinct. By grasping this basic concept, you can have a better understanding of what you can achieve with the framework and where to begin when using it. I rate Spring Boot a nine out of ten.

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.
Bassem Zohdy - PeerSpot reviewer
Real User
Top 20
2023-04-05T14:23:01Z
Apr 5, 2023

I advise others to make the purchase decision based on particular use cases. I rate the solution an eight as its framework has a legacy of integrating multiple databases.

Malumbo Sinkamba - PeerSpot reviewer
Real User
Top 10
2023-03-15T13:46:00Z
Mar 15, 2023

I'm a developer, not an end-user. I'm looking at the latest version of the solution. I'm not on it just yet. I need to move to version three, and right now, I am on version two. I would highly recommend the solution in general. I'd rate it eight out of ten.

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

I give the solution an eight out of ten. We require around five engineers for maintenance. I recommend the solution to others.

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

I'm an end-user. We are using the latest version of the solution. I'm not sure of the exact version number. The solution meets all of our requirements at this time. I'd recommend the solution to others. It's a very popular application. I would rate the solution nine out of ten.

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

For writing applications, Spring Boot is a practical option, and I would give it a ten out of ten.

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

I'm just a user. I'd rate the solution eight out of ten.

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

I rate the solution nine out of ten. The tool is continually being improved, and when Java is upgraded, the Spring Boot update quickly follows. They're doing very well on that front.

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

I would recommend potential users to try it, particularly if they're developing web-based applications. It would make sense for them to try and implement it as a Spring Boot application instead of just the base Java application. I'd rate the product nine out of ten. It was easy to install, there wasn't any expense involved, and it seemed to work as designed.

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

If you develop in Java, 99 percent of people would use Spring Boot. There is a lot of framework support. My advice to others is they should structure their directory classes properly or else the Spring Boot automatic configuration would not detect the components. I would recommend this solution to others, there is not a more user-friendly tool available. I rate Spring Boot a nine out of ten. I gave my rating because the solution has open-source community support and it makes it easier by avoiding the need for us to do the configuration.

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

I rate Spring Boot an eight out of ten.

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

I would recommend this solution to those who have good Java knowledge and skills. I would rate this solution a nine out of ten. The reason is that generally less code needs to be written when using it. The Spring Boot framework eliminates the need to write code from scratch. If you wanted to build your own product or solution, Spring Boot offers many possibilities.

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

I rate Spring Boot eight out of 10. Spring Boot provides so many enhanced tools. It's highly scalable and secure. If you are looking for a Java Framework, you won't find a better alternative to Spring Boot.

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

I would rate this solution an eight out of ten.

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

I'm just an end-user of the solution. I pretty much work on the open-source, like the Java Spring Boot. That's it. I would recommend the solution to others. I'd rate the product at an eight out of ten.

Narayanaa - PeerSpot reviewer
User
2021-07-08T14:55:06Z
Jul 8, 2021

I architected Product(s) using spring boot. Deployed Applications with Spring Boot on-premise and AWS beanstalk. I would say the following things:

1. Open Source
2. Excellent Community
3. Extendable Stack with a wide array of available libraries and IDE
4. Supports Microservices stack
5. Spring Integration supports all fundamental protocols like HTTP/SFTP/Database (SQL/No SQL) / JMS along with Batch support
6. IoT Support with MQTT protocol, XMPP for Messaging etc.
7. Supports Reactive Streams and Eventing and WebSockets
8. Has great support for MVC, WebFlux etc.
9. Spring Cloud support


You can virtually build any conceivable application/integration with the above characteristic and support. 


The points you need to consider are


1. It's not a low code platform hence require a lot of coding hence maintenance should be considered.
2. Contol on the ecosystem because of a large number of libraries and possibilities.

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

I would rate this solution nine out of 10. Someone in any position can use this technology because there is very little code but gives you maximum output. Spring Boot is incrementally increasing its users daily. New companies are using Spring Boot because it's very controlled and has microarchitecture. It's a very mobile solution, and you can use it with any product.

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

Spring Boot is a good product to get started with, especially when there are services to be written, in particular, when in the new microservices area. They need to look for the unnecessary binary size that gets increased, otherwise, it's good. I would recommend this solution I would rate Spring Boot an eight out of ten.

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

We're just a customer. We don't have a business relationship with the company. We use both on-premises and cloud deployment models at this time. I would highly recommend the solution. It's worked quite well for us and we've been really happy with it overall. I'd rate the solution eight out of ten. In terms of the overall accommodations made by the product, it could be a bit better. If it was, I would rate it higher.

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

I would recommend looking into logistics and buying a domain to use Spring Boot. I would rate Java Spring Boot at a nine on a scale of ten.

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

For anyone wanting to implement Spring Boot, I would recommend watching the developer, Josh Long, on You Tube. He has a lot of explanation videos showing the basics of Spring Boot. It shows what you can do in few steps, and you can then go to start.spring.iu, download your first project and start working on it. I would rate this solution a nine out of 10.

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

Spring Boot is a great way to implement microservices in the Cloud. It is an especially good choice if the requirements include background processing and calculations, which make the application a poor candidate for a lighter-weight solution, such as NodeJS.

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

As a product that is a Java framework, it's better and a lot more simple than other similar frameworks. I would rate this product a nine out of 10.

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

You need to have that user-friendliness so that it's really easy for both business and even IT to use the same engine. When it comes to modeling, it shouldn't be like a foreign language between IT and the business. It should be very easy to manipulate, very easy to create, very easy to design. My most important criteria when selecting a vendor depend on specific business requirements. The business is always looking to speed up the production of these services. So agility is number one. The second is going to be the productivity and effectiveness. The third is related to the user experience; and finally, the customer support side. I would give Spring Boot a five out of 10. Spring, as a framework, is really complex. It's not really easy for a beginner or even an intermediate developer.

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