liulin
2025-06-19 98dfc421beb8f86830deb1ff4b8841d8737bab7a
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;