wei-starter-base

SpringBoot component practice starter

License

License

GroupId

GroupId

com.github.weijj0528
ArtifactId

ArtifactId

wei-starter-base
Last Version

Last Version

3.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

wei-starter-base
SpringBoot component practice starter
Project URL

Project URL

https://github.com/weijj0528/wei-springboot-starter

Download wei-starter-base

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.weijj0528/wei-starter-base/ -->
<dependency>
    <groupId>com.github.weijj0528</groupId>
    <artifactId>wei-starter-base</artifactId>
    <version>3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weijj0528/wei-starter-base/
implementation 'com.github.weijj0528:wei-starter-base:3.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.weijj0528/wei-starter-base/
implementation ("com.github.weijj0528:wei-starter-base:3.0-RELEASE")
'com.github.weijj0528:wei-starter-base:jar:3.0-RELEASE'
<dependency org="com.github.weijj0528" name="wei-starter-base" rev="3.0-RELEASE">
  <artifact name="wei-starter-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weijj0528', module='wei-starter-base', version='3.0-RELEASE')
)
libraryDependencies += "com.github.weijj0528" % "wei-starter-base" % "3.0-RELEASE"
[com.github.weijj0528/wei-starter-base "3.0-RELEASE"]

Dependencies

compile (13)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.2.7.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.2.7.RELEASE
org.springframework.boot : spring-boot-starter-actuator jar 2.2.7.RELEASE
org.apache.commons : commons-lang3 jar 3.9
commons-fileupload : commons-fileupload jar 1.4
org.apache.commons : commons-collections4 jar 4.4
commons-beanutils : commons-beanutils jar 1.9.4
org.apache.commons : commons-pool2 jar 2.6.2
org.apache.httpcomponents : httpclient jar 4.5.13
com.alibaba : fastjson jar 1.2.56
cn.hutool : hutool-all jar 4.5.18
com.google.guava : guava jar 29.0-jre
joda-time : joda-time jar 2.10.9

provided (3)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.2.7.RELEASE
org.projectlombok : lombok Optional jar 1.18.6

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.7.RELEASE
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.0-RELEASE