登录 注册
当前位置:主页 > 资源下载 > 50 > 在Spring Cloud微服务架构中集成MyBatis

在Spring Cloud微服务架构中集成MyBatis

  • 更新:2024-09-08 13:51:32
  • 大小:272KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Java - 后端
  • 格式:ZIP

资源介绍

该项目通过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