# myboot **Repository Path**: weiweigusmile/myboot ## Basic Information - **Project Name**: myboot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-11 - **Last Updated**: 2021-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工程简介 该项目为学习demo项目 涉及到 springBoot 整合 mysql mybatis-plus mybatis-plus代码生成 springSecurity权限控制 admin01 对springsecurity 进行探究 并整合出权限管理基础版本 admin02 及 mbg 对获取mysql数据库元数据 及模板引擎velocity进行探究 生成通用crud代码功能 生成文件通过generator.properties 配置读取 生成对应模块的 controller service mapper代码 admin03 初步搭建后台接口 测试mybatis-plus自带crud mybatisplus整合pagehelper 测试在不使用mp curd方法使用sql查询数据 加入p6spy 在开发调试时打印执行sql 及执行所耗时间 增加切面 及log注解 通过注解记录执行操作日志