JbpmApplicationTests.java 203 B

12345678910111213
  1. package cn.com.ctop.jbpm;
  2. import org.junit.Test;
  3. import org.springframework.boot.test.context.SpringBootTest;
  4. @SpringBootTest
  5. class JbpmApplicationTests {
  6. @Test
  7. void contextLoads() {
  8. }
  9. }