mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-07 20:57:45 +00:00
移除javax.annotation.Resource导入,改为使用jakarta.annotation.Resource
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package org.jeecg.modules.system.test;
|
||||
|
||||
import jakarta.annotation.Resource;
|
||||
import org.jeecg.JeecgSystemApplication;
|
||||
import org.jeecg.modules.demo.mock.MockController;
|
||||
import org.jeecg.modules.demo.test.entity.JeecgDemo;
|
||||
@@ -9,7 +10,6 @@ import org.jeecg.modules.system.service.ISysDataLogService;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.util.Assert;
|
||||
import javax.annotation.Resource;
|
||||
import java.util.List;
|
||||
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,classes = JeecgSystemApplication.class)
|
||||
|
Reference in New Issue
Block a user