License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.tunkko |
ArtifactId | ArtifactIdmybatis-monitor |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-monitor
基于spring-boot和mybatis开源框架实现SQL监听。
|
Filename | Size |
---|---|
mybatis-monitor-1.0.0.pom | |
mybatis-monitor-1.0.0.jar | 10 KB |
mybatis-monitor-1.0.0-sources.jar | 5 KB |
mybatis-monitor-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tunkko/mybatis-monitor/ -->
<dependency>
<groupId>io.github.tunkko</groupId>
<artifactId>mybatis-monitor</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tunkko/mybatis-monitor/
implementation 'io.github.tunkko:mybatis-monitor:1.0.0'
// https://jarcasting.com/artifacts/io.github.tunkko/mybatis-monitor/
implementation ("io.github.tunkko:mybatis-monitor:1.0.0")
'io.github.tunkko:mybatis-monitor:jar:1.0.0'
<dependency org="io.github.tunkko" name="mybatis-monitor" rev="1.0.0">
<artifact name="mybatis-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tunkko', module='mybatis-monitor', version='1.0.0')
)
libraryDependencies += "io.github.tunkko" % "mybatis-monitor" % "1.0.0"
[io.github.tunkko/mybatis-monitor "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.mybatis : mybatis Optional | jar | 3.5.1 |