| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.lulihu |
| ArtifactId | ArtifactIdcommon-util-springboot |
| Version | Version1.0-RELEASE |
| Type | Typejar |
| Description |
Descriptioncommon-util-springboot
微服务 - springboot通用方法封装工具
|
<!-- https://jarcasting.com/artifacts/net.lulihu/common-util-springboot/ -->
<dependency>
<groupId>net.lulihu</groupId>
<artifactId>common-util-springboot</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.lulihu/common-util-springboot/
implementation 'net.lulihu:common-util-springboot:1.0-RELEASE'
// https://jarcasting.com/artifacts/net.lulihu/common-util-springboot/
implementation ("net.lulihu:common-util-springboot:1.0-RELEASE")
'net.lulihu:common-util-springboot:jar:1.0-RELEASE'
<dependency org="net.lulihu" name="common-util-springboot" rev="1.0-RELEASE">
<artifact name="common-util-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lulihu', module='common-util-springboot', version='1.0-RELEASE')
)
libraryDependencies += "net.lulihu" % "common-util-springboot" % "1.0-RELEASE"
[net.lulihu/common-util-springboot "1.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.lulihu : toolset | jar | 1.0.RELEASE |
| org.springframework.boot : spring-boot-starter-actuator | jar | 2.0.4.RELEASE |
| org.springframework.boot : spring-boot-starter | jar | 2.0.4.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.0.4.RELEASE |
| org.springframework.boot : spring-boot-starter-jetty | jar | 2.0.4.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.0.4.RELEASE |
| com.zaxxer : HikariCP | jar | 2.7.9 |
| org.slf4j : slf4j-api Optional | jar | 1.7.25 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.22 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.4.RELEASE |
| org.springframework.boot : spring-boot-test | jar | 2.0.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 5.1.46 |