From 1eafa4de4abae5aafe470d1f301f3060a83ab0f8 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期一, 01 七月 2024 14:10:24 +0800 Subject: [PATCH] his同步字典实体类 --- src/test/java/com/example/ImgCheckApplicationTests.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/com/example/ImgCheckApplicationTests.java b/src/test/java/com/example/ImgCheckApplicationTests.java index 991fde3..6c95db4 100644 --- a/src/test/java/com/example/ImgCheckApplicationTests.java +++ b/src/test/java/com/example/ImgCheckApplicationTests.java @@ -1,9 +1,9 @@ package com.example; import org.junit.jupiter.api.Test; -//import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.boot.test.context.SpringBootTest; -//@SpringBootTest +@SpringBootTest class ImgCheckApplicationTests { @Test -- Gitblit v1.8.0