# springboot_learning **Repository Path**: wite6666/springboot_learning ## Basic Information - **Project Name**: springboot_learning - **Description**: springboot的学习的demo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot的学习的demo 该demo是对于springboot简单的学习,包括创建项目,启动项目,静态资源请求,配置freemarke,配置jdbcTemplate,jpa和mybatis,以及最后如何打包为一个war,部署到服务器。 ### 使用说明 需要使用eclipse来导入项目,并且需要maven环境,需要在App中只保留main方法,并且在pom中去掉![输入图片说明](https://images.gitee.com/uploads/images/2019/0810/203055_59e013c5_2246086.png "捕获1.PNG")的内容 不去掉是将项目打包为war的配置,如何打包不在这里赘述。参考[这篇文章](https://blog.csdn.net/qq_33512843/article/details/80951741) ### 说明 这个项目属于个人开发作品,仅做学习交流使用,数据和设计还不是很完善,希望能给大家带来一点思路。