fix:前端样式调整

This commit is contained in:
ludj
2024-05-14 10:54:53 +08:00
parent b713e082f5
commit e5e8d912d9
10 changed files with 55 additions and 38 deletions

View File

@@ -35,14 +35,11 @@ import org.springframework.web.bind.annotation.RestController;
@EnableTransactionManagement
@MapperScan("org.nl.**.mapper")
public class AppRun implements CommandLineRunner {
public static void main(String[] args) {
SpringApplication.run(AppRun.class, args);
}
@Override
public void run(String... args) throws Exception {
System.out.println(111);