- maven 3.9.10
- jdk 17
remember to create .env with the variables present in application.properties
- 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
- netstat -ano | findstr ":8080"
- copy PID
- taskkill /PID XXXX /F