Skip to content

YAML 格式

可读性强、缩进语法、配置首选。

简视图编辑器画布展示

使用示例

yaml
serviceName: 用户中心服务
version: 2.1.0
replicas: 3
port: 8080
healthCheck: /api/health
database:
  type: MySQL
  host: db.internal
  port: 3306
  name: user_db
  poolSize: 20
cache:
  type: Redis
  cluster:
    - node1.local:6379
    - node2.local:6379
  ttl: 3600
resources:
  cpu: 2 cores
  memory: 4GB
  storage: 50GB
environment: production

版权所有 © 2026-至今 简视图