BANKING APPLICATION (BACKEND DEVELOPMENT USING SPRING BOOT)

V.R.K. Thalla,V. Geetha,Sandeep Elluri,Vasundhara Devi,Jaswanth Repaka
Abstract:Web application technologies are rapidly evolving, with new features and improvements being added all the time. We'll look at how the popular Spring Boot java-based platform for building online and corporate applications gives service-oriented architecture flexibility (SOA). The level of configuration complexity in any Spring-based application is a hurdle. Spring Boot simplifies the creation and deployment of stand-alone, production-ready Spring apps with minimal Spring configuration. If we use the Spring Model-View-Controller (MVC) framework as an example, we'll need to set up a dispatcher servlet, web jars, a view resolver, and component scan, among other things. To address this, Spring Boot offers a number of Auto Configuration options for configuring the application with any required dependencies. In comparison to CRUD web applications, Spring Boot simplifies dependency management by combining a complete yet flexible framework and supporting libraries into a single dependency that contains all of the Spring-related technologies you'll need for beginning projects.
Computer Science
What problem does this paper attempt to address?