前言 Spring简化了Java的开发,而SpringBoot简化了Spring.本文用SpringBoot采用分层的结构整合了filter,aspect,mybaits,logback,redis,rocketmq和dubbo等框架.这是一个比较接近实际项目的版本. mybaits 在application.properties配置数据源和目录就行了,不用配置SqlSessionFactory和TransactionManager,如下 #mysql spring.datasource.dri