給与管理システム新規作成
This commit is contained in:
2
メモ.txt
2
メモ.txt
@@ -78,6 +78,8 @@ command = C:\Users\zxh_y\AppData\Local\Programs\Python\Python312\python.exe -m v
|
||||
cd C:\workspace\njts-accounting-core\backend
|
||||
.venv\Scripts\activate
|
||||
uvicorn app.main:app --reload --host 127.0.0.1 --port 18080
|
||||
uvicorn app.main:app --reload --host 127.0.0.1 --port 18080
|
||||
& .\.venv\Scripts\python.exe -m uvicorn app.main:app --reload --host 127.0.0.1 --port 18080
|
||||
|
||||
http://localhost:18080/docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user