<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-spring</artifactId>
<version>1.10.3</version>
</dependency>
@Grapes(
@Grab(group='com.mybatis-flex', module='mybatis-flex-spring', version='1.10.3')
)
<parent> <groupId>com.mybatis-flex</groupId> <artifactId>parent</artifactId> <version>1.10.3</version> </parent>
compile
|-- com.mybatis-flex:mybatis-flex-core:1.10.3
|-- org.mybatis:mybatis-spring
|-- org.springframework:spring-context-support
|-- org.springframework:spring-jdbc
|-- com.github.gavlyukovskiy:datasource-decorator-spring-boot-autoconfigure:1.8.0