- Rest Endpoint for accepting sudokus from the toolbox-website
- highly parallel execution
- uses spring + java
Define /src/main/resources/application.properties containing:
Required: The allowed origin for the cors definition in SudokuController. By default one is used:
SudokuBackendApplication.allowedOrigins
Example definition:
SudokuBackendApplication.allowedOrigins=http://localhost
Optional: The server port (if you want to change it): server.port=11111