feat: support boot-ui

This commit is contained in:
ReaJason
2024-12-20 01:15:12 +08:00
parent da4a5b234d
commit 3b0aeaa294
81 changed files with 1556 additions and 929 deletions
@@ -13,4 +13,4 @@ public class BootApplication {
SpringApplication.run(BootApplication.class, args);
}
}
}