Ziyi Boot web starter

Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container. generate api docs by swagger2 and knife4j

License

License

GroupId

GroupId

cn.ziyicloud.framework.boot
ArtifactId

ArtifactId

ziyi-boot-starter-web
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Ziyi Boot web starter
Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container. generate api docs by swagger2 and knife4j

Download ziyi-boot-starter-web

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
cn.ziyicloud.framework.boot : ziyi-boot-autoconfigure jar 1.0.7
org.springframework.boot : spring-boot-starter-web jar 2.6.3
org.mapstruct : mapstruct-jdk8 jar 1.2.0.Final
org.mapstruct : mapstruct-processor jar 1.2.0.Final

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.7
1.0.4
1.0.3
1.0.0