mdf:项目结构修改

This commit is contained in:
zhangzhiqiang
2022-11-28 11:35:22 +08:00
parent d6b47e0d57
commit a31653f696
501 changed files with 2650 additions and 434 deletions

View File

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