feat:测试平台2.0更新
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 15s

This commit is contained in:
lzh
2025-12-15 10:54:47 +08:00
parent f64d1c3ad2
commit 461f139731
56 changed files with 1668 additions and 814 deletions

46
.gitignore vendored
View File

@@ -1,16 +1,40 @@
# Compiled class file
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# IDE - IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/
# IDE - Eclipse
.classpath
.project
.settings/
.springBeans
bin/
# IDE - Visual Studio Code
.vscode/
# Java
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
# Package Files
*.jar
*.war
*.nar
@@ -19,5 +43,9 @@
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
# Virtual Machine Crash Logs
hs_err_pid*
# OS System Files
.DS_Store
Thumbs.db