# springboot_learning_idea **Repository Path**: wite6666/springboot_learning_idea ## Basic Information - **Project Name**: springboot_learning_idea - **Description**: 使用IDEA来搭建springboot的环境 - **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搭建IDEA环境 这是使用IDEA来搭建springboot环境,可以参考https://www.cnblogs.com/tufujie/p/8950169.html ### 使用说明 需要使用IDEA来导入项目,并且需要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) ### 说明 这个项目属于个人开发作品,仅做学习交流使用,数据和设计还不是很完善,希望能给大家带来一点思路。