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.
Software Development Lead at a tech services company with 11-50 employees
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.
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.
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.
Software developer at a wholesaler/distributor with 1,001-5,000 employees
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.
Technical Lead at a tech services company with 11-50 employees
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.
Senior Principal Architect at Invenio Business Solution Pvt Ltd
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 :)
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.
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.
System Analyst and Team Lead at a tech services company with 11-50 employees
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.
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.
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.
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.
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.
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...
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.
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.
The use cases depend on the domain I require it for. Sometimes its for the banking domain and sometimes for health.
I use Spring Boot to develop microservices.
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.
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.
I primarily use the solution at the point of sale. It covers inventory management at multiple locations and reports as well.
We host a web app where we have different APIs of the e-commerce marketplace and we use Spring Boot on the backend.
The solution is mainly used for microservices. It's a Java solution.
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.
We primarily use the solution for building websites and the backend.
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.
It's being used for the front-end web portion of our application.
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 :)
We are using Spring Boot to create services.
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.
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.
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.
We use this solution for human resources applications.
I primarily use the solution for web applications.
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.
We are using this solution for various in-house applications and products.
We primarily use the solution for building applications.
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.
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.
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.
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.
Our use of this solution is related to creating microservices, based on microservices architecture that we're implementing now.