Below you will find pages that utilize the taxonomy term “Spring Boot”
Posts
Dockerizing Spring Boot App
Problem Typically in an application development context, the developer has completed the code for the feature in the sprint, and he wants QA to look into it in the same sprint to find the bugs if there are any. The developer requested DevOps to deploy the application on the QA environment, but the DevOps has other high-priority work. QA started deploying the application to the test environment but misses some configuration and later it took more than a day to fix all issues.
read more
Posts
Spring Boot Hello World
Spring Boot is the world’s most popular Java framework which had made Java developer’s life easier, as a Java developer you can write a web service in few lines of codes.
Project Setup Start Spring IO provides an initial configuration option for setting up spring-boot project. Check the below screenshot for the details which is required to be filled for our first web service.
Once configured click on the Generate button in the form, this will download the project in a zip file, unzip and put it in the workspace (or anywhere you are storing your code).
read more