会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小鸣的网络日志
...
首页
新随笔
联系
订阅
管理
2023年11月23日
DeprecationWarning:on_event is deprecated, use lifespan event handlers instead.
摘要: 问题说明: fastapi 启动之前执行代码,旧版本使用的是@app.on_event("startup"),不过在已经不推荐使用 @app.on_event("startup") async def startup_db(): create_all() 问题处理 通过 lifespan event
阅读全文
posted @ 2023-11-23 23:42 小鸣Cycling
阅读(1944)
评论(0)
推荐(0)
编辑
公告