continew-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>top.continew</groupId> <artifactId>continew-starter</artifactId> <version>2.12.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> <parent> <groupId>top.continew</groupId> <artifactId>continew-starter-dependencies</artifactId> <version>2.12.0</version> <relativePath>./continew-starter-dependencies</relativePath> </parent> <groupId>top.continew</groupId> <artifactId>continew-starter</artifactId> <version>2.12.0</version> <packaging>pom</packaging> <name>ContiNew Starter</name> <description>ContiNew Starter(Continue New Starter)基于“约定优于配置”的理念, 再次精简常规配置,提供一个更为完整的配置解决方案,帮助开发人员更加快速的集成常用第三方库或工具到 Spring Boot Web 应用程序中。 ContiNew Starter 包含了一系列经过企业实践优化的依赖包(如 MyBatis-Plus、SaToken), 可轻松集成到应用中,为开发人员减少手动引入依赖及配置的麻烦,为 Spring Boot Web 项目的灵活快速构建提供支持。</description> <url>https://github.com/continew-org/continew-starter</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</connection> <developerConnection>scm:git:git@github.com:continew-org/continew-starter.git</developerConnection> <url>https://github.com/continew-org/continew-starter</url> </scm> <properties> <maven.compiler.target>${java.version}</maven.compiler.target> <java.version>17</java.version> <maven.compiler.source>${java.version}</maven.compiler.source> <maven.javadoc.failOnError>false</maven.javadoc.failOnError> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <resource.delimiter>@</resource.delimiter> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> </project>