4-10 树域 Rust 家族化

This commit is contained in:
lix-2026
2026-04-24 06:10:18 +08:00
parent 41e958769e
commit 94631f3636
49 changed files with 5751 additions and 557 deletions
Binary file not shown.
+17
View File
@@ -0,0 +1,17 @@
INFO: Will watch for changes in these directories: ['/mnt/Data1T/mnote/wolai-backend']
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started reloader process [1431406] using WatchFiles
INFO: Started server process [1431452]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: 127.0.0.1:47792 - "HEAD / HTTP/1.1" 405 Method Not Allowed
INFO: 127.0.0.1:37784 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:36884 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:48348 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:53220 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:48870 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:49756 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:49756 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:49732 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:49732 - "GET /health HTTP/1.1" 200 OK
INFO: 127.0.0.1:49732 - "GET /health HTTP/1.1" 200 OK
View File