feat: 添加代码生成器

This commit is contained in:
landaiqing
2024-05-11 21:52:18 +08:00
parent fce3423ad7
commit 69a589fe5c
108 changed files with 2606 additions and 69 deletions

View File

@@ -7,7 +7,7 @@ import org.springframework.context.annotation.ComponentScan;
/**
* 微信微服务启动类
*
* @author: landaiqing
* @author: schisandra
* @date: 2024/4/9
*/
@SpringBootApplication

View File

@@ -14,7 +14,7 @@ import java.util.Objects;
/**
* @Classname CallBackController
* @BelongsProject: qing-yu-club
* @BelongsProject: schisandra-cloud-storage
* @BelongsPackage: com.schisandra.wechat.controller
* @Author: schisandra
* @CreateTime: 2024-02-21 16:41

View File

@@ -8,7 +8,7 @@ import java.util.Arrays;
/**
* sha1生成签名工具
*
* @author: landaiqing
* @author: schisandra
* @date: 2023/11/5
*/
@Slf4j