Lindorm

属性定义

  • 数据源类型type为:lindorm

  • 支持的配置模式(ConnectionPropertiesMode):UrlMode(连接串模式)

连接串模式

名称

类型

示例值

是否必填

描述和注意点

seedserver

String

ld-xxx.lindorm.rds.aliyuncs.com:30020

连接地址。

username

String

xxxxx

用户名。

password

String

xxxxx

密码。

namespace

String

default

Namespace。

envType

String

Dev

envType表示数据源环境信息。

  • Dev:开发环境。

  • Prod:生产环境。

数据源配置示例

连接串模式

{
  "seedserver": "ld-xxx.lindorm.rds.aliyuncs.com:30020",
  "username": "xxxxx",
  "password": "xxxxx",
  "namespace": "default",
  "envType": "Dev"
}