Skip to content

Dave-Milind/Spring-Boot-Kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Boot-Kotlin

Useful commands in spring boot:

  1. To run project, either use play button or this command:

.\mvnw spring-boot:run

.\mvnw clean spring-boot:run (this one will regenerate/recompile all files in target folder)

  1. to run jar file from terminal/cmd:

java -jar yourJarFileName.jar

to run jar file on specific port number:

java -Dserver.port=8080 -jar yourJarFileName.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published