Skip to content

bubbali/springbootstart

Repository files navigation

springbootstart

Prepare the environment

  1. JDK+ Eclipse
  2. MVN

Run the Helloworld

Build

  1. Jar mvn clean package -Pjar java -jar target/springbootstart-0.0.1-SNAPSHOT.jar --spring.profiles.active=profile
  2. War

Deploy

Log

  1. SLF4j
  2. Logback

Web

Guidence: https://spring.io/guides/gs/spring-boot/

Document: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/html/index.html

Common Application properties: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/html/appendix-application-properties.html#logging.file.name

Guide Started: https://spring.io/guides

Spring MVC Content: https://spring.io/guides/gs/serving-web-content/

Spring Github: https://github.com/spring-projects/spring-boot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published