MVN

top.continew : continew-starter

Maven & Gradle

Apr 17, 2024
16 stars

ContiNew Starter · ContiNew Starter(Continue New Starter)基于“约定优于配置”的理念, 再次精简常规配置,提供一个更为完整的配置解决方案,帮助开发人员更加快速的集成常用第三方库或工具到 Spring Boot Web 应用程序中。 ContiNew Starter 包含了一系列经过企业实践优化的依赖包(如 MyBatis-Plus、SaToken), 可轻松集成到应用中,为开发人员减少手动引入依赖及配置的麻烦,为 Spring Boot Web 项目的灵活快速构建提供支持。

<dependency>
    <groupId>top.continew</groupId>
    <artifactId>continew-starter</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.continew : continew-starter to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of top.continew : continew-starter to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
continew-starter-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>top.continew</groupId>
    <artifactId>continew-starter</artifactId>
    <version>2.0.0</version>
</dependency>