feat: 生成代码工具类

This commit is contained in:
rplees
2023-12-25 22:29:05 +08:00
parent e2f7f882b3
commit bae9665176
29 changed files with 2101 additions and 0 deletions

View File

@@ -20,6 +20,11 @@
<name>股票行情</name>
<description>股票行情</description>
<dependencies>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>