Skip to content

shougaoshougao/spring-boot-fat-jar-jsp-sample

 
 

Repository files navigation

spring-boot-fat-jar-jsp-sample modification

  • Give a gradle sample and add "/BOOT-INF/classes/META-INF/resource" into resoureSet to make it work.
  • Remove // when run as exploded directory code block, since it is seldom used and looks confused.
  • Add applicationClass argument to avoid error if StaticResourceConfigurer is put in a stable lib.

Run

  • Run as fat jar:

     gradlew clean build
     java -jar jsp-start/build/libs/jsp-start.jar

    open http://localhost:8080/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%