# springboot-thin **Repository Path**: lizhuang/springboot-thin ## Basic Information - **Project Name**: springboot-thin - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-26 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 一个springboot thin包的示例 ### 运行 在项目根目录运行,好处是随时可以重新打包运行 java -jar -Dloader.path=target/lib target/springboot-thin-0.0.1-SNAPSHOT.jar ### 日志 日志使用slf4j+log4j2,如果不需要可以去掉。 springboot默认是使用logback。