refactor: 项目结构合理性优化
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user