We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Introducing CORS autoconfiguration, which enables CORS header and preflight request support.
In order to enable the feature, following property should be added to application.properties file.
application.properties
ee.bitweb.core.cors.auto-configuration=true
Library does not include any transitive dependencies, thus in order to use this feature, following dependencies should be included:
implementation 'org.springframework.boot:spring-boot-starter-web'