SpringBatchApplicationTests.java 206 Bytes
package com.batch;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class SpringBatchApplicationTests {

	@Test
	void contextLoads() {
	}

}