(Tutorial in progress? For now just the screenshots.. when I have time, I'll add descriptions per image and link the GIT.. for now, file attached)
hello world : STS4.0.1(Spring Boot) + gradle(Gradle) build
Source:
1. Right-click and choose Spring Starter Project as shown in the image
2. Enter project-related information
3. Select the dependencies to configure for the project
4. Open the build.gradle file and fill in additional information
5. Change the extension of the application.properties file to yml and fill in project-related settings
6. Create a webapp folder under the main folder
7. Create a Controller, create a view jsp, and align the related links
8. Before running the boot server, select the project, right-click, choose gradle, and click Refresh Gradle Project
9. Run the boot server
10. Verify in a browser
