text08/src/test/java/com/example/bwietext080726/BwieText080726ApplicationTe...

16 lines
386 B
Java
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package com.example.bwietext080726;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BwieText080726ApplicationTests {
@Test
void contextLoads() {
System.out.println("表bill里的数据");
System.out.println("序号1账单金额998账单时间2020-10-21 09:45:45");
}
}