2023-09-08 09:36:20 +08:00

14 lines
221 B
Java

package com.leonardozw.authserver;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AuthServerApplicationTests {
@Test
void contextLoads() {
}
}