首页>代码>spring boot+Bootstrap-table的使用,列权限控制,表头居中项目实例>/bootstrap-demo/src/test/java/com/example/demo/BootstrapDemoApplicationTests.java
package com.example.demo;
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 BootstrapDemoApplicationTests {
@Test
public void contextLoads() {
}
}

最近下载
最近浏览