Kotlin & Spring Boot - I have a MyBatis mapper that I'm “monkey patching” a method onto and need an autowired bean in the method

后端 未结 0 588
星月不相逢
星月不相逢 2021-01-12 09:33

I have an interface in Kotlin that is a MyBatis mapper:

@Mapper
interface EquipmentSupportMapper {
    // @Autowire         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题