feat: 提交 Orbien v2版本代码

This commit is contained in:
lxien
2026-08-10 21:53:53 +08:00
parent 422c366a22
commit b05182127e
261 changed files with 48470 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
export GPG_TTY="${GPG_TTY:-$(tty 2>/dev/null || true)}"
mvn -Prelease clean deploy -DskipTests -pl '!orbien-spring-boot-demo'