refactor: 项目结构合理性优化

This commit is contained in:
haoxr
2023-06-03 11:03:12 +08:00
parent 808c33789c
commit 532b632ccc
124 changed files with 419 additions and 414 deletions

View File

@@ -9,8 +9,8 @@ import org.springframework.core.env.Environment;
/**
* SpringBoot 配置加载顺序单元测试类
*
* @author: haoxr
* @date: 2023/02/23
* @author haoxr
* @since 2023/02/23
*/
@SpringBootTest
@Slf4j

View File

@@ -1,21 +1,17 @@
package com.youlai.system;
import cn.hutool.core.convert.Convert;
import cn.hutool.core.util.NumberUtil;
import com.youlai.system.pojo.entity.SysUser;
import com.youlai.system.model.entity.SysUser;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.data.redis.core.RedisTemplate;
import java.math.BigDecimal;
/**
* Redis 单元测试
*
* @author: haoxr
* @date: 2023/02/17
* @author haoxr
* @since 2023/02/17
*/
@SpringBootTest
@Slf4j