mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-12-27 10:35:59 +08:00
update 更改包名为 org.dromara
update 更改文档地址为 plus-doc.dromara.org
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.ruoyi.test;
|
||||
package org.dromara.test;
|
||||
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.DisplayName;
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.ruoyi.test;
|
||||
package org.dromara.test;
|
||||
|
||||
import com.ruoyi.common.core.config.RuoYiConfig;
|
||||
import org.dromara.common.core.config.RuoYiConfig;
|
||||
import org.junit.jupiter.api.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.ruoyi.test;
|
||||
package org.dromara.test;
|
||||
|
||||
import com.ruoyi.common.core.enums.UserType;
|
||||
import org.dromara.common.core.enums.UserType;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.DisplayName;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.ruoyi.test;
|
||||
package org.dromara.test;
|
||||
|
||||
import org.junit.jupiter.api.*;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
Reference in New Issue
Block a user