Package org.keycloak.quarkus._private
Class IDELauncher
- java.lang.Object
-
- org.keycloak.quarkus._private.IDELauncher
-
public class IDELauncher extends Object
This main class should be used to start the server in dev mode for development purposes. By running this class, developers should be able to mimic any server behavior and configuration as if they were using the CLI.
There are some limitations during development such as:
- Transient dependencies from the keycloak server extension (runtime module) are not eligible for hot-reload
- Code changes such as changing the structure of classes (e.g.: new/change methods) should still require a JVM restart
Despite the limitations, it should be possible to debug the extension (e.g.: deployment steps) as well as perform changes at runtime without having to restart the JVM.
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description IDELauncher()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-