# Spring Boot模板 **Repository Path**: Yohann_study/spring-boot-template ## Basic Information - **Project Name**: Spring Boot模板 - **Description**: No description available - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-04-16 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot项目通用模板 ## 技术选型 ### SpringBoot 2.1.17.RELEASE ### Spring-AOP 2.1.17.RELEASE ### FastJson 1.2.72 ### MyBatisPlus 3.2.0 ### MySQL 8.0 ### Swagger2 ### Maven 3.6 ## 使用教程 ### 1.修改项目基础目录 #### com.yohann.boot -> com.xxx.xxx ### 2.修改启动类名称 #### Application -> XxxApplication ### 3.修改spring扫包路径 #### Constants#BASE_PACKAGE ### 4.修改mybatis扫包路径 #### Constants#MYBATIS_SCAN ### 5.修改日志切面路径 #### Constants#LOG_EXECUTION ### 6.修改swagger配置 #### Constants#SWAGGER_XXX ### 7.修改端口、服务名、数据源 #### application.yml ### 8.修改pom.xml主类 #### build-plugins-plugin-configuration-mainClass