Closed
Description
When I run:
$ gradle bootRun -Pspring.profiles.active=dev
or
$ gradle bootRun -Dspring.profiles.active=dev
... my application does not start in the dev @Profile, and it should.
Here's my example project:
https://github.com/berlin-ab/springbootblog/tree/blog/profiles