Application Properties
core
jmix.core.exclude-beans
A comma-separated list of bean names to exclude from the Spring application context. It can be used to override beans already having @Primary
annotations in some add-on.
For example:
jmix.core.exclude-beans = abc_FooService,abc_BarService
CORS
See more information on CORS in the REST Security section.
jmix.cors.allowed-headers
The list of headers that a pre-flight request can list as allowed for use during an actual request. The special value "*" allows actual requests to send any header.
Default value: *
Was this page helpful?
Thank you for your feedback