# springboot2-mybatis-demo **Repository Path**: itvictor/springboot2-mybatis-demo ## Basic Information - **Project Name**: springboot2-mybatis-demo - **Description**: springboot2 学习 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot2-mybatis-demo #### 项目介绍 springboot2 学习 #### 软件架构 包含内容: 1、代码生成 使用mybatis generator 自动生成代码。 新建maven在 “Command line” 选项中输入“mybatis-generator:generate -e” 2、全局异常 3、集成mybatis 4、拦截器 5、SpringBoot属性配置 6、Logback配置 7、druid 连接池的的集成 #### 安装教程 小技巧: 1)用 tool ->rest client测试接口 2)editor->inspections->spring->spring core -code->autowiring for bean class 降低Autowired检测的级别,将Severity的级别由之前的error改成warning或其它可以 userDao #### 使用说明 #### 参与贡献