License |
License |
---|---|
GroupId | GroupIdcom.sinszm |
ArtifactId | ArtifactIdszm-boot-mdb |
Last Version | Last Version1.1.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionszm-boot-mdb
基于SpringBoot扩展生态应用数据操作组件(集成Mybatis)
Copyright © 2020 智慧程序猿 All rights reserved.
https://www.sinsz.com
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
szm-boot-mdb-1.1.2.RELEASE.pom | |
szm-boot-mdb-1.1.2.RELEASE.jar | 21 KB |
szm-boot-mdb-1.1.2.RELEASE-sources.jar | 14 KB |
szm-boot-mdb-1.1.2.RELEASE-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sinszm/szm-boot-mdb/ -->
<dependency>
<groupId>com.sinszm</groupId>
<artifactId>szm-boot-mdb</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.sinszm/szm-boot-mdb/
implementation 'com.sinszm:szm-boot-mdb:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.sinszm/szm-boot-mdb/
implementation ("com.sinszm:szm-boot-mdb:1.1.2.RELEASE")
'com.sinszm:szm-boot-mdb:jar:1.1.2.RELEASE'
<dependency org="com.sinszm" name="szm-boot-mdb" rev="1.1.2.RELEASE">
<artifact name="szm-boot-mdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sinszm', module='szm-boot-mdb', version='1.1.2.RELEASE')
)
libraryDependencies += "com.sinszm" % "szm-boot-mdb" % "1.1.2.RELEASE"
[com.sinszm/szm-boot-mdb "1.1.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.sinszm : szm-boot-common Optional | jar | 1.1.2.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.2 |
tk.mybatis : mapper-spring-boot-starter | jar | 2.1.5 |
javax.persistence : persistence-api Optional | jar | 1.0.2 |
io.springfox : springfox-swagger2 Optional | jar | 2.9.2 |
io.swagger : swagger-annotations Optional | jar | 1.6.2 |
io.swagger : swagger-models Optional | jar | 1.6.2 |
com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.2.13 |
com.fasterxml.jackson.core : jackson-annotations | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |