You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
211 B

3 years ago
  1. # Resource Server (Spring Boot)
  2. Follow instructions from [main README file](../README.md)
  3. ## Startup
  4. Run as a normal spring boot application, i.e:
  5. ```console
  6. gradle bootrun
  7. ```
  8. or use vscode `Resource` task.