DOC

com.github.wujiuye : easymulti-datasource-spring-boot-starter

Maven & Gradle

Feb 08, 2021
29 stars

easymulti-datasource-spring-boot-starter · 只需要简单的在yml中配置数据源,就可以使用动态多数据源,然后在项目中使用注解切换数据源。并且整合mybatis-plus,不再需要繁琐的配置。

Table Of Contents

Latest Version

Download com.github.wujiuye : easymulti-datasource-spring-boot-starter Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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