/spring-boot-config-samples

spring-boot-config tests and samples.

Primary LanguageJavaApache License 2.0Apache-2.0

spring-boot-config-samples

Build Status GitHub code size in bytes GitHub repo size GitHub top language GitHub issues Hex.pm

spring-boot-config tests and samples.

  • running

    • tomcat-* is jar run : inherit tomcat container, start with $ java -jar tomcat-*.jar
    • web-* is war run : Need external Tomcat container start project
  • default config

    • jar run : default resource location is static, public, resources, /META-INF/resources/
    • war run : you can auto config the location, as spring.mvc.view.prefix=/WEB-INF/jsp/