# springboot **Repository Path**: xiaoxiang626/springboot ## Basic Information - **Project Name**: springboot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 特点 * 1、实现了使用spring-security实现认证的过程以及原请求信息的缓存及恢复 * 2、使用baseMapper,baseService,baseController简化了编码任务,开发只需extends即可完成基础的功能 * 3、使用springloaded插件,实现了debug模式下的热加载 ## 工具 * 1、tkmybatis 自动生成model dao mapper命令 --> mvn mybatis-generator:generate * 2、运行环境:jdk1.7 tomcat8.0 * 3、配置本地jar命令: mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.2.0 -Dpackaging=jar -Dfile=ojdbc6.jar