cool.mtc:mtc-starter-web

基于Spring Boot的二次封装,封装了一些通用的功能、工具

License

License

GroupId

GroupId

cool.mtc
ArtifactId

ArtifactId

mtc-starter-web
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

基于Spring Boot的二次封装,封装了一些通用的功能、工具

Download mtc-starter-web

How to add to project

<!-- https://jarcasting.com/artifacts/cool.mtc/mtc-starter-web/ -->
<dependency>
    <groupId>cool.mtc</groupId>
    <artifactId>mtc-starter-web</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.mtc/mtc-starter-web/
implementation 'cool.mtc:mtc-starter-web:1.0.0'
// https://jarcasting.com/artifacts/cool.mtc/mtc-starter-web/
implementation ("cool.mtc:mtc-starter-web:1.0.0")
'cool.mtc:mtc-starter-web:jar:1.0.0'
<dependency org="cool.mtc" name="mtc-starter-web" rev="1.0.0">
  <artifact name="mtc-starter-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.mtc', module='mtc-starter-web', version='1.0.0')
)
libraryDependencies += "cool.mtc" % "mtc-starter-web" % "1.0.0"
[cool.mtc/mtc-starter-web "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
cool.mtc : mtc-core jar 1.0.0
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-configuration-processor jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0