整合demo逻辑

This commit is contained in:
2025-07-22 13:23:35 +08:00
parent e787c3ea16
commit c0b50bb896
5 changed files with 103 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
<artifactId>mv-code-reader-ctrl-wrapper</artifactId>
<version>1.0.0</version>
</dependency>
<!-- Spring Boot 基础依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>