ghy-all/ghy-payment/src/test/java/com/ghy/payment/PaymentApplicationTests.java

14 lines
217 B
Java
Raw Normal View History

package com.ghy.payment;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PaymentApplicationTests {
@Test
void contextLoads() {
}
}