• 2022-06-06
    在使用MyBatis框架的Spring Boot项目里,映射接口一般需要同时使用注解@Repository和( )。
    A: @Service
    B: @Data
    C: @Component
    D: @Mapper
  • 举一反三