src/test/java/com/lunhan/xxx/BasicServiceApplicationTests.java
@@ -1,8 +1,8 @@ package com.lunhan.xxx; package com.fengdu.gas; import com.baomidou.dynamic.datasource.toolkit.DynamicDataSourceContextHolder; import com.lunhan.xxx.po.UserPO; import com.lunhan.xxx.repository.mapper.UserMapper; import com.fengdu.gas.po.UserPO; import com.fengdu.gas.repository.mapper.UserMapper; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest;