MVN

cn.ziyicloud.framework.boot : ziyi-boot-starter-web

Maven & Gradle

Mar 16, 2022
3 usages

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

<dependency>
    <groupId>cn.ziyicloud.framework.boot</groupId>
    <artifactId>ziyi-boot-starter-web</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.ziyicloud.framework.boot : ziyi-boot-starter-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of cn.ziyicloud.framework.boot : ziyi-boot-starter-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ziyi-boot-starter-web-1.0.4
ziyi-boot-starter-web-1.0.3
ziyi-boot-starter-web-1.0.0

How to add a dependency to Maven

Add the following cn.ziyicloud.framework.boot : ziyi-boot-starter-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.ziyicloud.framework.boot</groupId>
    <artifactId>ziyi-boot-starter-web</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.ziyicloud.framework.boot : ziyi-boot-starter-web gradle dependency to your build.gradle file:

implementation 'cn.ziyicloud.framework.boot:ziyi-boot-starter-web:1.0.4'

Gradle Kotlin DSL: Add the following cn.ziyicloud.framework.boot : ziyi-boot-starter-web gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.ziyicloud.framework.boot:ziyi-boot-starter-web:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.ziyicloud.framework.boot : ziyi-boot-starter-web sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.ziyicloud.framework.boot" % "ziyi-boot-starter-web" % "1.0.4"