DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Note that the properties, if available, do not override the properties which may have been set as suggested above from the code or Spring/Blueprint contexts or web.xml. Instead they complement and serve as the default configuration properties: for example, if some properties have been set from the code then the values for the same properties found in the properties file will not be used.
Spring Boot
...
Auto Configuration
Please consult samples/jax_rs/spring_boot and on how to create OpenApiFeature as a @Bean and samples/jax_rs/spring_boot_scan on how to auto-enable it.
...