# springboot-showcase **Repository Path**: thinwonton/springboot-showcase ## Basic Information - **Project Name**: springboot-showcase - **Description**: spring boot教程 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-27 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #springboot-showcase-basic springboot的基础,例如注解 #springboot-showcase-web-fast-start 实现springboot构建web工程,工程中加入了thymeleaf模板, 探索了springboot默认的静态文件目录,并在thymeleaf模板index.html中引入了静态文件 #springboot-showcase-restful springboot中实现restful api #springboot-showcase-restful-swagger2 springboot中实现restful api,利用Swagger2构建RESTful API文档 #springboot-showcase-jdbc 实现利用JDBCTemplate完成CRUD