Add properties
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.myoa.engineering.music.soundhoundfound.support.util;
|
||||
|
||||
public final class NumberUtil {
|
||||
|
||||
private NumberUtil() {}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package com.myoa.engineering.music.soundhoundfound.support.util;
|
||||
|
||||
public final class ObjectUtil {
|
||||
|
||||
private ObjectUtil() {}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.myoa.engineering.music.soundhoundfound.support.webclient;
|
||||
|
||||
public interface WebClientBaseScan {
|
||||
}
|
||||
5
support/src/main/resources/development/webclient.yml
Normal file
5
support/src/main/resources/development/webclient.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
webclient:
|
||||
some: test
|
||||
units:
|
||||
- unit-name: processor-api
|
||||
base-url: http://localhost:20081
|
||||
4
support/src/main/resources/production/webclient.yml
Normal file
4
support/src/main/resources/production/webclient.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
webclient:
|
||||
units:
|
||||
- unit-name: processor-api
|
||||
base-url: http://soundhoundfound-processor:20080
|
||||
Reference in New Issue
Block a user