网站首页 站内搜索

搜索结果

查询Tags标签: OrderApplication,共有 1条记录
  • MapperScan中没有将地址写对,导致各种问题报错

    @SpringBootApplication @ComponentScan(basePackages = {"com.atguigu"}) @EnableFeignClients//服务调用 @EnableDiscoveryClient//nacos注册 @MapperScan("com.atguigu.eduorder.mapper")//防止找不到mapper路径 @CrossOriginpublic class OrderAp…

    2021/5/4 10:29:03 人评论 次浏览
扫一扫关注最新编程教程