From 4cf211c24c9045b6c891dae425673ced26e2b5d3 Mon Sep 17 00:00:00 2001
From: 赵文轩 <1652863494@qq.com>
Date: 星期四, 06 六月 2024 19:41:22 +0800
Subject: [PATCH] 增加日志打印、创建表字段设置为小写、对于没有分页的数据也有可能是集合的处理、添加接口代码

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