BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite changed (#10298)

* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
This commit is contained in:
Jonathan Cook
2020-12-02 03:30:42 +01:00
committed by GitHub
parent 7cffb6ea53
commit 04a473d63b

View File

@@ -1,12 +0,0 @@
package com.baeldung;
import com.baeldung.batch.App;
import org.junit.Test;
public class SpringContextTest {
@Test
public void testMain() throws Exception {
App.main(null);
}
}