Use embedded mode to inhibit System.exit() in KeycloakApplication()
This commit is contained in:
parent
f3abe07a39
commit
d458f072c7
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue