Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 364 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 364 Bytes

Schülerticket Schnittstelle

Deploy to Github Pages

  • Build Project mvn package
  • Run Project
  • Extract openapi.json File from .../studentticketapi/v3/api-docs/studentticketapi
  • place json-File at \docs\openapi
  • Push to main

This could be automated in the future using the Springdoc-openapi Maven Plugin https://springdoc.org/#maven-plugin and Github Actions