springboot-base

SpringBoot Base Project

License

License

Categories

Categories

Net
GroupId

GroupId

net.wenzuo
ArtifactId

ArtifactId

springboot-base
Last Version

Last Version

2.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

springboot-base
SpringBoot Base Project
Project URL

Project URL

https://github.com/catch6/springboot-base
Source Code Management

Source Code Management

https://github.com/catch6/springboot-base

Download springboot-base

How to add to project

<!-- https://jarcasting.com/artifacts/net.wenzuo/springboot-base/ -->
<dependency>
    <groupId>net.wenzuo</groupId>
    <artifactId>springboot-base</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.wenzuo/springboot-base/
implementation 'net.wenzuo:springboot-base:2.1.2'
// https://jarcasting.com/artifacts/net.wenzuo/springboot-base/
implementation ("net.wenzuo:springboot-base:2.1.2")
'net.wenzuo:springboot-base:jar:2.1.2'
<dependency org="net.wenzuo" name="springboot-base" rev="2.1.2">
  <artifact name="springboot-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wenzuo', module='springboot-base', version='2.1.2')
)
libraryDependencies += "net.wenzuo" % "springboot-base" % "2.1.2"
[net.wenzuo/springboot-base "2.1.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web Optional jar 2.4.3
org.springframework.boot : spring-boot-starter-validation Optional jar 2.4.3
cn.hutool : hutool-all Optional jar 5.5.9

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.16

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.12

Project Modules

There are no modules declared in this project.

SpringBoot 基础依赖包

此项目包含以下特性

  • json 序列化反序列常用配置
  • 通用业务异常类
  • 全局异常处理
  • 请求日志打印
  • 常用断言

Versions

Version
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.0