emily-spring-boot-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mingyang66</groupId>
<artifactId>emily-spring-boot-web</artifactId>
<version>5.0.5</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>io.github.mingyang66</groupId>
<artifactId>emily-spring-boot-project</artifactId>
<version>5.0.5</version>
<relativePath>../../emily-spring-boot-project/pom.xml</relativePath>
</parent>
<artifactId>emily-spring-boot-web</artifactId>
<version>5.0.5</version>
<name>emily-spring-boot-web</name>
<url>https://github.com/mingyang66/spring-parent</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.github.mingyang66</groupId>
<artifactId>emily-spring-boot-logger</artifactId>
</dependency>
<dependency>
<groupId>io.github.mingyang66</groupId>
<artifactId>emily-spring-boot-tracing</artifactId>
</dependency>
<dependency>
<groupId>io.github.mingyang66</groupId>
<artifactId>emily-spring-boot-desensitize</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.github.mingyang66</groupId>
<artifactId>emily-date</artifactId>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
</dependency>
<dependency>
<groupId>io.github.mingyang66</groupId>
<artifactId>otter-spring-servlet</artifactId>
</dependency>
<dependency>
<groupId>io.github.mingyang66</groupId>
<artifactId>emily-language</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>