Fancy
2024-07-30 54b274998a6e839227a86a3f39ff2a9f69f32fcc
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dy.sso;
 
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class PmsWebSsoApplicationTests {
 
    @Test
    void contextLoads() {
    }
 
}