/code_java_educaio_springboot

Learn Spring on Educative.io

Primary LanguageJava

Course Link

Generating the Project Files

  1. Go to Spring Initializr
  2. Tweak the settings on it
    • Project: Maven Project
    • Spring Boot: 2.X.X (under 3, and not SNAPSHOT)
    • Project Meta
      • Group: com.homer.spring.basics
      • Artifact: movie-recommender-system
      • ...
      • Java: 8
  3. Generate
  4. Unzip the archive, the open it with IDEA
  5. Wait a little while for it to download and index