liyao-spring-boot3-starter-ErrorCode
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.liyao52033</groupId> <artifactId>liyao-spring-boot3-starter-ErrorCode</artifactId> <version>1.2.0</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> <groupId>io.github.liyao52033</groupId> <artifactId>liyao-spring-boot3-starter-ErrorCode</artifactId> <version>1.2.0</version> <name>spring-boot3-ErrorCode</name> <description>基于java17 + spring boot3 的自定义错误码,自定义异常类,响应封装,抛异常工具类,全局异常处理器</description> <url>https://github.com/liyao52033/youlai-boot.git</url> <licenses> <license> <name>MIT License</name> <url>https://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <name>liyao52033</name> <email>1503027549@qq.com</email> <url>https://github.com/liyao52033</url> </developer> </developers> <scm> <connection>https://github.com/liyao52033/youlai-boot.git/liyao-spring-boot3-starter-ErrorCode</connection> <developerConnection>scm:git:ssh://git@github.com:liyao52033/youlai-boot.git/liyao-spring-boot3-starter-ErrorCode</developerConnection> <url>https://github.com/liyao52033/youlai-boot.git/liyao-spring-boot3-starter-ErrorCode</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>3.3.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>3.3.10</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <version>3.3.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.24</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.36</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>3.3.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> <version>10.1.36</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.5.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>