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

@@ -3,7 +3,7 @@ package com.schisandra.oss.common.entity;
/**
* 分页请求实体
*
* @author: landaiqing
* @author: schisandra
*/
public class PageInfo {

View File

@@ -9,7 +9,7 @@ import java.util.List;
/**
* 分页返回实体
*
* @author: landaiqing
* @author: schisandra
*/
@Data
public class PageResult<T> implements Serializable {

View File

@@ -5,7 +5,7 @@ import lombok.Data;
/**
* @description: 返回结果泛型类
* @author: landaiqing
* @author: schisandra
* @date: 2024/3/22 13:09
*/
@Data

View File

@@ -5,7 +5,7 @@ import lombok.Getter;
/**
* 删除状态枚举
*
* @author: landaiqing
* @author: schisandra
*/
@Getter
public enum IsDeletedFlagEnum {

View File

@@ -5,7 +5,7 @@ import lombok.Getter;
/**
* 用户状态枚举
*
* @author: landaiqing
* @author: schisandra
*/
@Getter
public enum OssStatusEnum {

View File

@@ -4,7 +4,7 @@ import lombok.Getter;
/**
* @description: 返回结果状态枚举
* @author: landaiqing
* @author: schisandra
* @date: 2024/3/22 13:10
*/
@Getter

View File

@@ -16,7 +16,7 @@ import org.springframework.data.redis.serializer.StringRedisSerializer;
/**
* Redis的config处理
*
* @author: landaiqing
* @author: schisandra
*/
@Configuration
public class RedisConfig {

View File

@@ -13,7 +13,7 @@ import java.util.stream.Stream;
/**
* RedisUtil工具类
*
* @author: landaiqing
* @author: schisandra
* @date: 2024/2/19
*/
@Component

View File

@@ -8,7 +8,7 @@ import java.security.NoSuchProviderException;
/**
* 数据库加密util
*
* @author: landaiqing
* @author: schisandra
* @date: 2024/3/21
*/
public class DruidEncryptUtil {

View File

@@ -8,7 +8,7 @@ import org.springframework.context.annotation.ComponentScan;
/**
* 存储微服务启动类
*
* @author: landaiqing
* @author: schisandra
* @date: 2024/3/21
*/
@SpringBootApplication