An open API service indexing awesome lists of open source software.

https://github.com/lewiscowles1986/spring-cors

Sample Spring repo showing CORS headers
https://github.com/lewiscowles1986/spring-cors

Last synced: 3 months ago
JSON representation

Sample Spring repo showing CORS headers

Awesome Lists containing this project

README

        

## Sample Spring-boot CORS example

### Using

`brew install maven`

`mvn clean compile`

`mvn spring-boot:run`

## Notes

Please don't use this, it was an exploration / minimal example of CORS within Spring-boot. It has a hardcoded JWT secret, and is needlessly convoluted.