add all project code
This commit is contained in:
6
start_backend.bat
Normal file
6
start_backend.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
echo 启动后端服务器...
|
||||
cd mengyakeyvault-backend
|
||||
go mod tidy
|
||||
go run main.go
|
||||
Reference in New Issue
Block a user