Skip to content

Instantly share code, notes, and snippets.

@shortthirdman
Created June 1, 2024 12:13
Show Gist options
  • Save shortthirdman/9ebce302ac0b3f91ac36273a05f4f30f to your computer and use it in GitHub Desktop.
Save shortthirdman/9ebce302ac0b3f91ac36273a05f4f30f to your computer and use it in GitHub Desktop.
Manifest Configurations in Spring Boot

JAR - MANIFEST.MF

Main-Class: org.springframework.boot.loader.JarLauncher
Start-Class: com.mycompany.project.MyApplication

WAR - MANIFEST.MF

Main-Class: org.springframework.boot.loader.WarLauncher
Start-Class: com.mycompany.project.MyApplication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment