# spring-boot **Repository Path**: zongou/spring-boot ## Basic Information - **Project Name**: spring-boot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-25 - **Last Updated**: 2021-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## run with mvn mvn spring-boot:run ## pack with mvn mvn pack ## run with java java -jar target/[outputPackage].jar ## idea restart app Ctrl + F9 -- recompile, if static resources changes, no restart, just replacement, if class changes, restart shift + F10 -- restart ## idea reload app JRebel -- hot replacement of class ## fix spring-boot-maven-plugin error ```xml org.springframework.boot spring-boot-maven-plugin 2.3.4.RELEASE ``` ## dev-tools -- web resources [usage](https://zhuanlan.zhihu.com/p/140216508) ```xml org.springframework.boot spring-boot-devtools true ```