Files
kkFileView/jodconverter-web/src/test/java/com/yudianbank/FilePreviewApplicationTests.java
kl dcf37b94db 1.修改包结构为cn.keking,
2.新增压缩包内文件名称排序
2018-01-17 14:10:40 +08:00

17 lines
331 B
Java

package cn.keking;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class FilePreviewApplicationTests {
@Test
public void contextLoads() {
}
}