This commit is contained in:
2023-10-17 22:35:28 +08:00
parent 1bafe71d1e
commit 69983054dc
22 changed files with 319 additions and 39 deletions

View File

@@ -12,6 +12,7 @@
<groupId>org.app</groupId>
<artifactId>app-service</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
@@ -95,10 +96,14 @@
<artifactId>fastjson</artifactId>
<version>1.2.51</version>
</dependency>
<!-- redisson -->
</dependencies>
</project>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>