From 4d138c90912fb0ca195bab676412004e1e391d0e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 20 Sep 2023 14:52:52 +0800 Subject: [PATCH] test --- .../springbootthymeleaf/SpringBootThymeleafApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/springbootthymeleaf/SpringBootThymeleafApplication.java b/src/main/java/com/example/springbootthymeleaf/SpringBootThymeleafApplication.java index 0493c3d..fb8847b 100644 --- a/src/main/java/com/example/springbootthymeleaf/SpringBootThymeleafApplication.java +++ b/src/main/java/com/example/springbootthymeleaf/SpringBootThymeleafApplication.java @@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; @MapperScan("com.example.springbootthymeleaf.mapper") public class SpringBootThymeleafApplication { - //222 + //22222 public static void main(String[] args) { SpringApplication.run(SpringBootThymeleafApplication.class, args); }