Skip to content

Instantly share code, notes, and snippets.

@bbalakriz
Created October 20, 2022 02:06
Show Gist options
  • Select an option

  • Save bbalakriz/25e48d566a76ec907e039e9d1743944a to your computer and use it in GitHub Desktop.

Select an option

Save bbalakriz/25e48d566a76ec907e039e9d1743944a to your computer and use it in GitHub Desktop.
....
// With the aforementioned configuration changes, userid and password could be passed as "null"
KieServicesConfiguration kieServicesConfig = KieServicesFactory.newRestConfiguration(
"http://localhost:8080/kie-server/services/rest/server",
null, null, 60);
....
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment