Skip to content

Commit

Permalink
[incubator-kie-issues#1500] Add javadoc to KOGITO_GENERATE_REST and K…
Browse files Browse the repository at this point in the history
…OGITO_GENERATE_DI properties
  • Loading branch information
Gabriele-Cardosi committed Oct 1, 2024
1 parent f47946f commit 31027a3
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@ public interface DroolsModelBuildContext {

String APPLICATION_PROPERTIES_FILE_NAME = "application.properties";
String DEFAULT_PACKAGE_NAME = "org.kie.kogito.app";
/**
* (boolean) enable/disable global rest endpoint generation (default true)
*
* kogito.generate.rest.(engine_name) -> (boolean) enable/disable engine rest endpoint generation (default true)
*
*/
String KOGITO_GENERATE_REST = "kogito.generate.rest";
/**
* (boolean) dependency injection is available and enabled (default true)
*/
String KOGITO_GENERATE_DI = "kogito.generate.di";

Optional<String> getApplicationProperty(String property);
Expand Down

0 comments on commit 31027a3

Please sign in to comment.