MVN

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

Maven & Gradle

May 12, 2023

数据库相关,底层为mybatis plus,可自动从配置中心获取数据库连接信息,同时封装基础DO和通用字段 (主键、创建时间、修改时间、逻辑删除)及其自动处理(自动注入分布式id),业务中不需关心,以及可选的客户端分库分表和动态数据源方案 Database related, the bottom layer is mybatis plus, can automatically obtain the database connection information from the configuration center, and encapsulate the basic DO and common fields (primary key, creation time, modification time, logical deletion) and its automatic processing (automatic injection of distributed id), business no concern, and optional client sub-database sub-table and dynamic data source solutions

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-datasource-related</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aresxue.boot : ares-boot-starter-datasource-related to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.aresxue.boot : ares-boot-starter-datasource-related to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ares-boot-starter-datasource-related-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-datasource-related</artifactId>
    <version>1.0.0</version>
</dependency>