[JAVA-958] Standardize packages in spring-batch module
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.baeldung;
|
||||
|
||||
import com.baeldung.batch.App;
|
||||
import org.junit.Test;
|
||||
|
||||
public class SpringContextTest {
|
||||
|
||||
@Test
|
||||
public void testMain() throws Exception {
|
||||
App.main(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user