<dependency>
<groupId>io.github.wujun728</groupId>
<artifactId>jun-db-activerecord</artifactId>
<version>1.0.21</version>
</dependency>
@Grapes(
@Grab(group='io.github.wujun728', module='jun-db-activerecord', version='1.0.21')
)
<parent> <groupId>io.github.wujun728</groupId> <artifactId>jun_springcloud_starter</artifactId> <version>1.0.21</version> </parent>
compile
|-- ognl:ognl:2.7.3
|-- cn.hutool:hutool-all:5.8.25
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.alibaba.fastjson2:fastjson2
|-- com.baomidou:mybatis-plus-core:3.5.7
|-- javax.persistence:javax.persistence-api:2.2
|-- javax.servlet:javax.servlet-api
|-- org.springframework:spring-web
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-context
|-- org.apache.tomcat.embed:tomcat-embed-core
|-- org.slf4j:slf4j-api:1.7.25
|-- ch.qos.logback:logback-classic:1.2.3
runtime
|-- com.mysql:mysql-connector-j:8.0.33
test
|-- org.mockito:mockito-all:1.10.19
|-- junit:junit