Class MybatisPlusJoinAutoConfiguration.MPJMappingConfig

java.lang.Object
com.github.yulichang.autoconfigure.MybatisPlusJoinAutoConfiguration.MPJMappingConfig
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
Enclosing class:
MybatisPlusJoinAutoConfiguration

@Configuration @Order(-2147483648) @ConditionalOnClass({org.apache.ibatis.session.SqlSessionFactory.class,org.mybatis.spring.SqlSessionFactoryBean.class}) public static class MybatisPlusJoinAutoConfiguration.MPJMappingConfig extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
  • Constructor Details

    • MPJMappingConfig

      public MPJMappingConfig()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent applicationReadyEvent)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>