From e0c6891acc471f9adf2e29b2a5bed3f8337a92b2 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期一, 06 一月 2025 18:00:55 +0800 Subject: [PATCH] Merge branch '202412_CR' of ssh://dev.pollex.com.tw:29418/pcalife/PAM into 202412_CR --- pamapi/src/test/java/com/pollex/pam/web/rest/UserJWTControllerIT.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pamapi/src/test/java/com/pollex/pam/web/rest/UserJWTControllerIT.java b/pamapi/src/test/java/com/pollex/pam/web/rest/UserJWTControllerIT.java index 094e9ce..1eda30e 100644 --- a/pamapi/src/test/java/com/pollex/pam/web/rest/UserJWTControllerIT.java +++ b/pamapi/src/test/java/com/pollex/pam/web/rest/UserJWTControllerIT.java @@ -10,9 +10,9 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status; import com.pollex.pam.IntegrationTest; -import com.pollex.pam.domain.User; -import com.pollex.pam.repository.UserRepository; -import com.pollex.pam.web.rest.vm.LoginVM; +import com.pollex.pam.business.domain.User; +import com.pollex.pam.business.repository.UserRepository; +import com.pollex.pam.business.web.vm.LoginVM; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; -- Gitblit v1.8.0