DOC

com.neko233 : sql-light-rail

Maven & Gradle

Aug 02, 2023
7 stars

sql_light_rail · SQL Light Rail (SQL 轻轨) 本框架 3 个独立部分组成: 1. SqlBuilders | SQL 链式风格写法. Like: mybatis-plus/mybatis-flux 之类的框架 API 2. ORM | 查询结果, 自动对象映射 3. RepositoryManager with Sharding = 分库分表管理/多DataSource管理. 通过 RepositoryManagerInitializer 进行批量初始化 default: Druid DataSource

Table Of Contents

Latest Version

Download com.neko233 : sql-light-rail Javadoc & API Documentation - Latest Versions:

All Versions

Download com.neko233 : sql-light-rail Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x
0.3.x
0.2.x
0.1.x
0.0.x

How to open Javadoc JAR file in web browser

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

Advertisement