生成业务代码

This commit is contained in:
bunny 2025-07-18 00:20:48 +08:00
parent a4f598bebf
commit 0ed91386b6
1 changed files with 4 additions and 3 deletions

View File

@ -30,11 +30,12 @@
<artifactId>auth-common</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>com.auth</groupId>
<artifactId>module-security</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>