License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.jacarrichan |
ArtifactId | ArtifactIdmybatis-plugin-log |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-plugin-log
打印出比较人性化的sql
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-plugin-log-1.0.0.pom | |
mybatis-plugin-log-1.0.0.jar | 6 KB |
mybatis-plugin-log-1.0.0-sources.jar | 4 KB |
mybatis-plugin-log-1.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jacarrichan/mybatis-plugin-log/ -->
<dependency>
<groupId>com.jacarrichan</groupId>
<artifactId>mybatis-plugin-log</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jacarrichan/mybatis-plugin-log/
implementation 'com.jacarrichan:mybatis-plugin-log:1.0.0'
// https://jarcasting.com/artifacts/com.jacarrichan/mybatis-plugin-log/
implementation ("com.jacarrichan:mybatis-plugin-log:1.0.0")
'com.jacarrichan:mybatis-plugin-log:jar:1.0.0'
<dependency org="com.jacarrichan" name="mybatis-plugin-log" rev="1.0.0">
<artifact name="mybatis-plugin-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jacarrichan', module='mybatis-plugin-log', version='1.0.0')
)
libraryDependencies += "com.jacarrichan" % "mybatis-plugin-log" % "1.0.0"
[com.jacarrichan/mybatis-plugin-log "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
mybatis » mybatis | jar | 3.1.1 |
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 3.1 |
org.hsqldb : hsqldb | jar | 2.4.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
log4j : log4j | jar | 1.2.17 |
junit : junit | jar | 4.9 |
org.projectlombok : lombok | jar | 1.16.10 |