Initialize Spring Boot docker branch with Drone pipeline

This commit is contained in:
2026-06-19 23:46:24 +08:00
commit c57406b4ac
10 changed files with 154 additions and 0 deletions

7
mvnw.cmd vendored Normal file
View File

@@ -0,0 +1,7 @@
@ECHO OFF
SETLOCAL
set WRAPPER_JAR=%~dp0\.mvn\wrapper\maven-wrapper.jar
if not exist "%WRAPPER_JAR%" (
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar','%WRAPPER_JAR%')"
)
java -classpath "%WRAPPER_JAR%" org.apache.maven.wrapper.MavenWrapperMain %*