L316476844 / springbootexample

springboot例子, 包含druid数据源, druid的sql监控, druid过滤, mybatis xml配置, mybatis分页插件, logback日志配置, springboot多环境配置, 发送邮件, AOP拦截, 过滤器 spring拦截器, 全局异常, 统一响应, 自定义事务, 动态数据源, 读写分离, Redis Session, redis缓存, xml注入spring boot无法扫描到的bean, actuator监控, kafka消息队列, Swagger2配置, dubbo注解方式, elasticsearch搜索引擎,
516 stars 307 forks source link

请问你可不可以试一下 如何用注解的方式暴露带有mybatis dao的service? #3

Open hanzhenchaoGit opened 7 years ago

hanzhenchaoGit commented 7 years ago

我之前用过dubbo 注解暴露过那种带数据库操作的接口 没有办法暴露

L316476844 commented 7 years ago

跟普通使用是一样的,直接在里面dubbo service中注解的方式注入就可以了。