update 更改包名为 org.dromara

update 更改文档地址为 plus-doc.dromara.org
This commit is contained in:
疯狂的狮子li
2023-03-31 18:39:10 +08:00
parent c36bc040d0
commit df38aad2b5
526 changed files with 2123 additions and 2132 deletions

View File

@@ -1,4 +1,4 @@
package com.ruoyi.test;
package org.dromara.test;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.DisplayName;

View File

@@ -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;

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
package com.ruoyi.test;
package org.dromara.test;
import org.junit.jupiter.api.*;
import org.springframework.boot.test.context.SpringBootTest;