How to set up Spring Boot Project with Gradle

Опубликовано: 14 Октябрь 2024
на канале: Java Code House
3,138
24

Build a REST API with Spring Boot

https://javacodehouse.com/courses/spr...

Lesson 3:    • Design A REST API with Spring Boot  

Lesson 2
----------------
Set up the project using Gradle without Spring Initializr

Generate a java project using Gradle command line.

Work on the build file to add the required plugins and dependencies.

Discuss core Gradle plugins, community plugins and the Gradle plugins portal.

Then generate the eclipse configuration files and import the project to eclipse.

Next - Lesson 3:    • Unit testing with Spring Boot |Implem...