DOC

io.github.aresxue.boot : ares-boot-starter-datasource

Maven & Gradle

May 12, 2023

数据库快速使用,底层为mybatis plus,可自动从配置中心获取数据库连接信息,同时封装基础DO和通用字段 (主键、创建时间、修改时间、逻辑删除)及其自动处理(自动注入分布式id) Database use quickly, the bottom layer is mybatis plus, can automatically obtain the database connection information from the configuration center, and encapsulate the basic DO and general fields (primary key, creation time, modification time, logical deletion) and its automatic processing (automatic injection of distributed ids)

Table Of Contents

Latest Version

Download io.github.aresxue.boot : ares-boot-starter-datasource Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.aresxue.boot : ares-boot-starter-datasource 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 ares-boot-starter-datasource-1.0.0-javadoc.jar to ares-boot-starter-datasource-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ares-boot-starter-datasource-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 "ares-boot-starter-datasource-1.0.0-sources.jar" -d "ares-boot-starter-datasource-1.0.0-javadoc" -subpackages