Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages