agile-starter-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>top.chwei</groupId>
<artifactId>agile-starter-web</artifactId>
<version>0.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>top.chwei</groupId>
<artifactId>agile-framework-starter</artifactId>
<version>0.0.2</version>
</parent>
<groupId>top.chwei</groupId>
<artifactId>agile-starter-web</artifactId>
<version>0.0.2</version>
<description>Agile Starter Web 模块</description>
<url>https://github.com/chyi-dev/agile-framework-starter.git/agile-starter-web</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
<url>https://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<developers>
<developer>
<id>chyi</id>
<name>chyi</name>
<url>https://github.com/chyi-dev</url>
<roles>
<role>Creator</role>
<role>Java Development Engineer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/chyi-dev/agile-framework-starter.git/agile-starter-web</connection>
<developerConnection>scm:git:git@github.com/chyi-dev/agile-framework-starter.git/agile-starter-web</developerConnection>
<url>https://github.com/chyi-dev/agile-framework-starter/agile-starter-web</url>
</scm>
<issueManagement />
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.2.12</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
<version>3.2.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<version>3.2.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-web-spring-boot-starter</artifactId>
<version>1.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.feiniaojin</groupId>
<artifactId>graceful-response</artifactId>
<version>5.0.5-boot3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>top.chwei</groupId>
<artifactId>agile-starter-api-doc</artifactId>
<version>0.0.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>top.chwei</groupId>
<artifactId>agile-starter-json-jackson</artifactId>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>