Use embedded mode to inhibit System.exit() in KeycloakApplication()

This commit is contained in:
Dmitry Telegin 2019-10-11 15:10:09 +03:00 committed by Stian Thorgersen
parent f3abe07a39
commit d458f072c7

View file

@ -42,6 +42,10 @@
<param-name>resteasy.disable.html.sanitizer</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>keycloak.embedded</param-name>
<param-value>true</param-value>
</context-param>
<listener>
<listener-class>