common-util-springboot

微服务 - springboot通用方法封装工具

License

License

Categories

Categories

Net
GroupId

GroupId

net.lulihu
ArtifactId

ArtifactId

common-util-springboot
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

common-util-springboot
微服务 - springboot通用方法封装工具

Download common-util-springboot

How to add to project

<!-- 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"]

Dependencies

compile (9)

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

provided (3)

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

runtime (1)

Group / Artifact Type Version
mysql : mysql-connector-java jar 5.1.46

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-RELEASE