continew-starter-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>top.continew.starter</groupId> <artifactId>continew-starter-core</artifactId> <version>2.13.3</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.continew.starter</groupId> <artifactId>continew-starter</artifactId> <version>2.13.3</version> </parent> <groupId>top.continew.starter</groupId> <artifactId>continew-starter-core</artifactId> <version>2.13.3</version> <name>continew-starter-core</name> <description>ContiNew Starter 核心模块</description> <url>https://github.com/continew-org/continew-starter/continew-starter-core</url> <licenses> <license> <name>GNU LESSER GENERAL PUBLIC LICENSE</name> <url>http://www.gnu.org/licenses/lgpl.html</url> </license> </licenses> <developers> <developer> <id>charles7c</id> <name>Charles7c</name> <email>charles7c@126.com</email> <url>https://github.com/Charles7c</url> <roles> <role>Creator</role> <role>Java Development Engineer</role> </roles> <timezone>+8</timezone> </developer> </developers> <scm> <connection>scm:git:git@github.com:continew-org/continew-starter.git/continew-starter-core</connection> <developerConnection>scm:git:git@github.com:continew-org/continew-starter.git/continew-starter-core</developerConnection> <url>https://github.com/continew-org/continew-starter/continew-starter-core</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>3.3.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>3.3.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> <version>3.3.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>6.1.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>6.1.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <version>6.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> <version>8.0.2.Final</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-ip2region</artifactId> <version>3.3.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-core</artifactId> <version>5.8.38</version> <scope>compile</scope> </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-json</artifactId> <version>5.8.38</version> <scope>compile</scope> </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-extra</artifactId> <version>5.8.38</version> <scope>compile</scope> </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-http</artifactId> <version>5.8.38</version> <scope>compile</scope> </dependency> </dependencies> </project>