feat:增加统计接口

This commit is contained in:
2025-06-24 23:34:32 +08:00
parent dbbc5e00b9
commit 78d24cf559
16 changed files with 181 additions and 163 deletions

11
pom.xml
View File

@@ -11,7 +11,7 @@
</parent>
<artifactId>food-hub-service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>food-hub-service</name>
<description>food-hub-service</description>
@@ -38,4 +38,13 @@
<version>2.0.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>