DOC

top.charles7c.continew : continew-starter

Maven & Gradle

Dec 02, 2023
19 stars

continew-starter · ContiNew Starter 是一种特殊类型的 Spring Boot Starter, 其作用与常规的 Starter 类似,它可以帮助开发人员快速集成常用的第三方库或工具到 Spring 应用程序中。 ContiNew Starter 包含了一系列经过优化和配置的依赖包,可轻松集成到应用中, 从而避免开发人员手动引入依赖的麻烦,为 Spring Boot 项目的灵活快速构建提供支持。

Table Of Contents

Latest Version

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

All Versions

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

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file continew-starter-1.0.0-javadoc.jar to continew-starter-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder continew-starter-1.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-1.0.0-sources.jar" -d "continew-starter-1.0.0-javadoc" -subpackages