Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 482 Bytes

File metadata and controls

22 lines (17 loc) · 482 Bytes

spring-template

Prerequisites

  • maven 3.9.10
  • jdk 17

Environment variables

remember to create .env with the variables present in application.properties

steps

  • fill .env
  • setup maven and java in intellij
  • change artifactId, groupId, name, description in pom.xml (optional)
  • refactor com.carl package
  • install dependencies with maven
  • start SpringApplication

port 8080 already in use error

  • netstat -ano | findstr ":8080"
  • copy PID
  • taskkill /PID XXXX /F