-
在Spring Cloud微服务架构中集成MyBatis
资源介绍
该项目通过springcloud集成了mybatis操作mysql数据库,项目主要分为7个model模块,配置模块(config),注册模块(discovery),监控模块(monitor),服务模块_mybatisService(通过mybatis操作mysql),服务模块_person(通过hibernate操作hsql),服务模块_some(通过@Value获取配置信息),消费模块_ui(通过RestTemplate调用服务)
浏览器通过如下地址进行测试使用
http://localhost/#/user
http://localhost/#/person
http://localhost/#/some