fix: 修复一系列问题并生成swagger一键脚本
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
||||
$ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
Set-Location (Join-Path $ScriptDir 'backend')
|
||||
|
||||
swag init -g ./cmd/server/main.go --parseDependency --parseInternal
|
||||
Reference in New Issue
Block a user