tlias管理系统-环境搭建

This commit is contained in:
2025-09-26 16:33:50 +08:00
parent 1acde5501e
commit 723b51ca3e
16 changed files with 278 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.inmind;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TliasWebManagementApplicationTests {
@Test
void contextLoads() {
}
}