14 lines
227 B
Java
14 lines
227 B
Java
|
|
package com.ghy.customer;
|
||
|
|
|
||
|
|
//import org.junit.jupiter.api.Test;
|
||
|
|
//import org.springframework.boot.test.context.SpringBootTest;
|
||
|
|
|
||
|
|
//@SpringBootTest
|
||
|
|
class CustomerApplicationTests {
|
||
|
|
|
||
|
|
// @Test
|
||
|
|
void contextLoads() {
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|