Commit 0de68cd
authored
Replace custom implementation of default spring profile by standard (#894)
* remove custom default profile from Application.java
* specify default profile in application.yml, because this is the standard, expected, way of doing things:
https://docs.spring.io/spring-boot/reference/features/profiles.html1 parent 2e55643 commit 0de68cd
2 files changed
Lines changed: 2 additions & 6 deletions
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 43 | | |
50 | 44 | | |
51 | 45 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments