Skip to content

Commit dc3af27

Browse files
committed
Feat(#41): test 용 application 추가
1 parent 7b57b3f commit dc3af27

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package com.wypl.wyplcore;
2+
3+
import org.springframework.boot.SpringApplication;
4+
import org.springframework.boot.autoconfigure.SpringBootApplication;
5+
6+
import com.wypl.WyplCoreApplication;
7+
8+
@SpringBootApplication
9+
public class WyplCoreTestApplication {
10+
public static void main(String[] args) {
11+
SpringApplication.run(WyplCoreApplication.class, args);
12+
}
13+
}

0 commit comments

Comments
 (0)