@CompileStatic @ConfigurationProperties(prefix: grails.cors) class GrailsCorsConfiguration extends Object
A bean that stores config and converts it to the format expected by Spring
Type | Name and description |
---|---|
Boolean |
enabled |
GrailsDefaultCorsConfiguration |
grailsCorsMapping |
Map<String, Object> |
mappings |
Constructor and description |
---|
GrailsCorsConfiguration() |