DOC

com.gitee.reger : spring-boot-starter-dao

Maven & Gradle

Sep 08, 2018

spring-boot-starter-dao · 该项目,整合spring-boot,mybatis,通用mapper,pagehelper,druid等常用dao层库。配置及其简单,使用容易,入门门槛低。本项目支持: 多数据源;读写分离;druid监控台按需启用;注解方式标注枚举映射到数据库中为自定义值指定值,等功能。

Table Of Contents

Latest Version

Download com.gitee.reger : spring-boot-starter-dao Javadoc & API Documentation - Latest Versions:

All Versions

Download com.gitee.reger : spring-boot-starter-dao Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

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