# SpringbootMybatis **Repository Path**: dairymix/SpringbootMybatis ## Basic Information - **Project Name**: SpringbootMybatis - **Description**: Springboot+swagger2+mybatis - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2016-10-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于Maven的Springboot+Mybatis+Druid+Swagger2+mybatis-generator框架环境搭建 [项目说明](http://www.raye.wang/2016/10/11/ji-yu-mavende-springboot-mybatis-druid-swagger2-mybatis-generatorkuang-jia-huan-jing-da-jian/) 在原有项目基础上进行增强. activiti-explorer2默认的context是activiti-explorer. 当过滤器使用该值时会引起其他组件使用的一些小问题,因此将其修改为/. 可以使用如下控制页: /druid/index.html druid的后台监控. /swagger-ui.html swagger-editor的编辑文档窗口. /modeler.html?modelId=xx 通过指定modelId来在线编辑对应的model /rest/xxx 常用的rest接口 /xxx 常用的rest接口或者业务自定义的接口 rest中常用的api: /activiti 查询activiti的状态 /repository/models 查询当前存在的models 注意: springboot不兼容原始的配置web.xml方式, 因此需要采用工厂注册和注解扫描的两种方式来完成重构.