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
|
||||
initial-data.sql
|
||||
app.yaml
|
||||
app.properties
|
||||
*.env.json
|
||||
|
||||
### API Logs ###
|
||||
|
||||
@ -9,8 +9,8 @@ import java.util.Optional
|
||||
|
||||
@Config(
|
||||
sources = [
|
||||
"file:~/app.properties",
|
||||
"file:./app.properties",
|
||||
"file:~/app.properties",
|
||||
"file:./app.yaml",
|
||||
"file:~/app.yaml",
|
||||
"system:env",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user