Initialize sub-projects
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.myoa.engineering.music.soundhoundfound.receiver;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
/**
|
||||
* ReceiverApplication
|
||||
* @author Shin Woo-jin (woo-jin.shin@linecorp.com)
|
||||
* @since 2021-08-20
|
||||
*
|
||||
*/
|
||||
@SpringBootApplication
|
||||
public class ReceiverApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(ReceiverApplication.class, args);
|
||||
}
|
||||
}
|
||||
0
receiver/src/main/resources/application.yml
Normal file
0
receiver/src/main/resources/application.yml
Normal file
Reference in New Issue
Block a user