摘要: 参考:https://thenonfunctionaldev.com/tutorial-async-tdd-with-pytest-asyncio/ https://pytest-with-eric.com/pytest-advanced/pytest-asyncio/ 测试 async for r 阅读全文
posted @ 2025-12-11 15:23 Joeyin 阅读(0) 评论(0) 推荐(0)
摘要: 使用 SpringBoot + LogBack 的项目在程序启动之后总是在项目根目录产生一个 LOG_PATH_IS_UNDEFINED 的文件夹,原因是 Spring 容器在 Logback 初始化之后设置 LOG_PATH ,所以在 logback-spring.xml 找不到 LOG_PATH 阅读全文
posted @ 2022-08-22 21:25 Joeyin 阅读(2063) 评论(1) 推荐(0)