DOC

top.continew : continew-starter

Maven & Gradle

Apr 17, 2024
66 stars

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

Table Of Contents

Latest Version

Download top.continew : continew-starter Javadoc & API Documentation - Latest Versions:

All Versions

Download top.continew : continew-starter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file continew-starter-2.0.0-javadoc.jar to continew-starter-2.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder continew-starter-2.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "continew-starter-2.0.0-sources.jar" -d "continew-starter-2.0.0-javadoc" -subpackages