| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.WangJi92 |
| ArtifactId | ArtifactIdmybatis-sql-log |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-log
spring boot start mybaits sql log plugins
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mybatis-sql-log-1.0.4.pom | |
| mybatis-sql-log-1.0.4.jar | 8 KB |
| mybatis-sql-log-1.0.4-sources.jar | 5 KB |
| mybatis-sql-log-1.0.4-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.WangJi92/mybatis-sql-log/ -->
<dependency>
<groupId>com.github.WangJi92</groupId>
<artifactId>mybatis-sql-log</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.WangJi92/mybatis-sql-log/
implementation 'com.github.WangJi92:mybatis-sql-log:1.0.4'
// https://jarcasting.com/artifacts/com.github.WangJi92/mybatis-sql-log/
implementation ("com.github.WangJi92:mybatis-sql-log:1.0.4")
'com.github.WangJi92:mybatis-sql-log:jar:1.0.4'
<dependency org="com.github.WangJi92" name="mybatis-sql-log" rev="1.0.4">
<artifact name="mybatis-sql-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.WangJi92', module='mybatis-sql-log', version='1.0.4')
)
libraryDependencies += "com.github.WangJi92" % "mybatis-sql-log" % "1.0.4"
[com.github.WangJi92/mybatis-sql-log "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.mybatis : mybatis | jar | 3.4.6 |
| org.mybatis : mybatis-spring | jar | 2.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.6 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.0 |
| com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.2.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |