mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 06:56:43 +08:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"composition_root_oper_boundaries": {
|
|
"count": 1,
|
|
"entries": [
|
|
{
|
|
"file": "app/startup/initializers/modules.py",
|
|
"name": "SystemConfigOper",
|
|
"reason": "启动组合根负责构造唯一的系统配置数据库适配器"
|
|
}
|
|
]
|
|
},
|
|
"foundational_settings_boundaries": {
|
|
"count": 3,
|
|
"entries": [
|
|
{
|
|
"file": "app/db/base.py",
|
|
"reason": "模型声明阶段必须在运行时配置服务装配前确定数据库主键类型"
|
|
},
|
|
{
|
|
"file": "app/db/engine.py",
|
|
"reason": "数据库引擎是运行时配置服务的底层依赖,不能通过兼容代理自递归"
|
|
},
|
|
{
|
|
"file": "app/db/session.py",
|
|
"reason": "数据库会话与连接配额必须在应用组合根装配前可用"
|
|
}
|
|
]
|
|
},
|
|
"schema_version": 2,
|
|
"scope": {
|
|
"excluded": [
|
|
"app/plugins",
|
|
"app/sdk",
|
|
"app/runtime/compat",
|
|
"app/testing"
|
|
],
|
|
"root": "app"
|
|
},
|
|
"settings_imports": {
|
|
"count": 0,
|
|
"files": []
|
|
},
|
|
"system_config_oper_constructions": {
|
|
"calls": [],
|
|
"count": 0
|
|
}
|
|
}
|