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
Currently the Running applications locally section in the web-guide suggest adding test-dependencies to the production scope. This will also add them to the main scope when building a jar.
Here is an updated suggestion for 3.0.1. it only adds the dependencies when running locally, not e.g., with bootJar. Additionally, will this work if you are running as a spring boot profile in intellij
Currently the Running applications locally section in the web-guide suggest adding test-dependencies to the production scope. This will also add them to the main scope when building a jar.
Here is an updated suggestion for
3.0.1
. it only adds the dependencies when running locally, not e.g., withbootJar
. Additionally, will this work if you are running as aspring boot
profile in intellijThis will mean that the
HumanReadableJsonApplicationListener
must be updated to useConditionalOnClass
The text was updated successfully, but these errors were encountered: