MVN

io.github.aresxue.boot : ares-boot-base-config-adapter

Maven & Gradle

May 12, 2023

基础配置模块,数据库连接信息、rpc框架注册中心和中间件连接信息等都在其中维护,让业务开发人员无需关心 Base configuration modules, database connection information, rpc framework registry and middleware connection information are all maintained in it, so that business developers do not need to care

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-base-config-adapter</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-base-config-adapter to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.aresxue.boot : ares-boot-base-config-adapter to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ares-boot-base-config-adapter-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-base-config-adapter</artifactId>
    <version>1.0.0</version>
</dependency>