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
- Host: GitHub
- URL: https://github.com/lewiscowles1986/spring-cors
- Owner: Lewiscowles1986
- Created: 2024-08-14T07:24:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T07:27:39.000Z (10 months ago)
- Last Synced: 2025-03-06T14:55:08.177Z (3 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.