项目结构调整 x 8 : 貌似不自闭了 2048
parent
c37d5d7f1d
commit
1fe8d1cc89
@ -0,0 +1,4 @@
|
||||
<configuration>
|
||||
<!-- 引用 Spring Boot 的 logback 基础配置 -->
|
||||
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
|
||||
</configuration>
|
||||
@ -1,4 +0,0 @@
|
||||
/**
|
||||
* 单元测试、集成测试的拓展
|
||||
*/
|
||||
package cn.iocoder.dashboard.framework.test;
|
||||
@ -1,4 +1,4 @@
|
||||
package cn.iocoder.dashboard.framework.test.core;
|
||||
package cn.iocoder.dashboard.framework;
|
||||
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
import org.mockito.junit.jupiter.MockitoExtension;
|
||||
@ -1 +0,0 @@
|
||||
package cn.iocoder.dashboard.framework;
|
||||
Loading…
Reference in New Issue