Add properties

This commit is contained in:
woo-jin.shin
2021-08-22 17:43:52 +09:00
parent 41bc9cad37
commit a60e242e29
10 changed files with 74 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
package com.myoa.engineering.music.soundhoundfound.support.util;
public final class NumberUtil {
private NumberUtil() {}
}

View File

@@ -0,0 +1,7 @@
package com.myoa.engineering.music.soundhoundfound.support.util;
public final class ObjectUtil {
private ObjectUtil() {}
}

View File

@@ -0,0 +1,4 @@
package com.myoa.engineering.music.soundhoundfound.support.webclient;
public interface WebClientBaseScan {
}

View File

@@ -0,0 +1,5 @@
webclient:
some: test
units:
- unit-name: processor-api
base-url: http://localhost:20081

View File

@@ -0,0 +1,4 @@
webclient:
units:
- unit-name: processor-api
base-url: http://soundhoundfound-processor:20080