You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The default configuration of the bootRunLocal command is setting the profile with square brackets around the name ie. [local]. This results in the profile name not matching in spring and causing misconfiguration of the application.
There is currently a workaround for this by specifying the profile in the localstack springboot configuration extension like so:
Describe the bug
The default configuration of the bootRunLocal command is setting the profile with square brackets around the name ie.
[local]
. This results in the profile name not matching in spring and causing misconfiguration of the application.There is currently a workaround for this by specifying the profile in the localstack springboot configuration extension like so:
To Reproduce
Steps to reproduce the behavior:
bootRunLocal
[local]
instead oflocal
.Expected behavior
The plugin should be setting the spring active profile to
local
, not[local]
.Versions
Add library versions to help reproduce the bug.
The text was updated successfully, but these errors were encountered: