public static class Crane4jMybatisPlusAutoConfiguration.BaseMapperAutoRegistrar extends Object implements org.springframework.boot.ApplicationRunner
BaseMapper.| 构造器和说明 |
|---|
BaseMapperAutoRegistrar() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
run(org.springframework.boot.ApplicationArguments args)
After initializing all singleton beans in the Spring context,
obtain and parse the beans that implement the
BaseMapper interface,
and then adapt them to MpMethodContainer and register them. |
public void run(org.springframework.boot.ApplicationArguments args)
BaseMapper interface,
and then adapt them to MpMethodContainer and register them.run 在接口中 org.springframework.boot.ApplicationRunnerargs - incoming application argumentsCopyright © 2023. All rights reserved.