-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OZ-657: Make scanBasePackages
configurable
#37
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,9 @@ camel.springboot.main-run-controller=true | |
# Camel context name | ||
camel.springboot.name=${spring.application.name} | ||
# ---------------------------------------------------------------------------------------------------------------------- | ||
|
||
## --- EIP Client Configuration ---------------------------------------------------------------------------------------- | ||
# This is a comma-separated list of packages to scan for EIP classes (components, routes, etc.) | ||
# Default is org.openmrs.eip.* which will scan all packages under org.openmrs.eip. However, you can specify a more | ||
eip.app.scan.packages=org.openmrs.eip.* | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adds default as to not break existing projects(e.g There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Yes, it's optional. For example demo service and EIP Keycloak Superset.
Currently, all routes projects within Ozone uses
corneliouzbett marked this conversation as resolved.
Show resolved
Hide resolved
|
||
# ---------------------------------------------------------------------------------------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we try this