Browse Source

test

master
unknown 1 year ago
parent
commit
1bbd5d7c65
  1. 1
      src/main/java/com/example/springbootthymeleaf/SpringBootThymeleafApplication.java

1
src/main/java/com/example/springbootthymeleaf/SpringBootThymeleafApplication.java

@ -8,6 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; @@ -8,6 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@MapperScan("com.example.springbootthymeleaf.mapper")
public class SpringBootThymeleafApplication {
//222
public static void main(String[] args) {
SpringApplication.run(SpringBootThymeleafApplication.class, args);
}

Loading…
Cancel
Save