Logo white

grp_ai / matching_ai

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • matching_ai
  • src
  • test
  • java
  • com
  • batch
  • BatchappApplicationTests.java
  • Init Version - 2024-02-27
    8dc487b1
    함상기 authored
    2024-02-27 15:26:46 +0900  
    Browse Code »
BatchappApplicationTests.java 203 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.batch;

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

@SpringBootTest
class BatchappApplicationTests {

	@Test
	void contextLoads() {
	}

}