up kotlin and change props
This commit is contained in:
@@ -8,7 +8,13 @@ import net.cactusthorn.config.core.loader.LoadStrategy
|
||||
import java.util.Optional
|
||||
|
||||
@Config(
|
||||
sources = ["file:~/app.yaml", "system:env"],
|
||||
sources = [
|
||||
"file:~/app.properties",
|
||||
"file:./app.properties",
|
||||
"file:./app.yaml",
|
||||
"file:~/app.yaml",
|
||||
"system:env",
|
||||
],
|
||||
loadStrategy = LoadStrategy.FIRST_KEYCASEINSENSITIVE
|
||||
)
|
||||
interface AppConfig {
|
||||
|
||||
Reference in New Issue
Block a user