up kotlin and change props
This commit is contained in:
parent
ade8901649
commit
c96656086e
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,6 +43,7 @@ bin/
|
|||||||
application.yaml
|
application.yaml
|
||||||
initial-data.sql
|
initial-data.sql
|
||||||
app.yaml
|
app.yaml
|
||||||
|
app.properties
|
||||||
*.env.json
|
*.env.json
|
||||||
|
|
||||||
### API Logs ###
|
### API Logs ###
|
||||||
|
|||||||
@ -9,8 +9,8 @@ import java.util.Optional
|
|||||||
|
|
||||||
@Config(
|
@Config(
|
||||||
sources = [
|
sources = [
|
||||||
"file:~/app.properties",
|
|
||||||
"file:./app.properties",
|
"file:./app.properties",
|
||||||
|
"file:~/app.properties",
|
||||||
"file:./app.yaml",
|
"file:./app.yaml",
|
||||||
"file:~/app.yaml",
|
"file:~/app.yaml",
|
||||||
"system:env",
|
"system:env",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user