mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 05:02:49 +00:00
14 lines
254 B
TOML
14 lines
254 B
TOML
[plugin]
|
|
summary = "代码生成"
|
|
version = "0.1.1"
|
|
description = "生成通用业务代码"
|
|
author = "wu-clan"
|
|
tags = ["other"]
|
|
database = ["mysql", "postgresql"]
|
|
|
|
[app]
|
|
router = ["v1"]
|
|
|
|
[settings]
|
|
CODE_GENERATOR_DOWNLOAD_ZIP_FILENAME = "fba_generator"
|