Skip to content

Fix example applications #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Aug 1, 2025
Merged

Fix example applications #67

merged 16 commits into from
Aug 1, 2025

Conversation

AlexGuzmanAtAbsa
Copy link
Collaborator

@AlexGuzmanAtAbsa AlexGuzmanAtAbsa commented Jul 30, 2025

Fixes Spring boot startup behaviur which caused each example applications to shut down as soon as it starts.

  • Uses Revolver plugin fo fix startup
  • Use StringSchema instead of Schema in custom mappings example(s)
  • Add README.md files for example projects

To run:

cd springdoc-openapi-scala/examples/springdoc-openapi-scala-2/simple 
sbt compile && sbt "~reStart"

OpenAPI JSON schema is available at:
http://localhost:8080/v3/api-docs

Copy link

JaCoCo code coverage report - springdoc-openapi-scala-1

Overall Project 97.99% 🍏

There is no coverage information present for the Files changed

Copy link

JaCoCo code coverage report - springdoc-openapi-scala-2

Overall Project 97.99% 🍏

There is no coverage information present for the Files changed

@AlexGuzmanAtAbsa AlexGuzmanAtAbsa changed the title Add revolver plugin Fix example application Jul 30, 2025
@AlexGuzmanAtAbsa AlexGuzmanAtAbsa self-assigned this Jul 30, 2025
@AlexGuzmanAtAbsa AlexGuzmanAtAbsa changed the title Fix example application Fix example applications Jul 31, 2025
Copy link
Contributor

@kevinwallimann kevinwallimann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a readme in the examples folder with the commands to make it run, and the endpoint to call?

@AlexGuzmanAtAbsa AlexGuzmanAtAbsa marked this pull request as ready for review August 1, 2025 06:07
@AlexGuzmanAtAbsa AlexGuzmanAtAbsa merged commit d1dccd2 into main Aug 1, 2025
2 checks passed
@AlexGuzmanAtAbsa AlexGuzmanAtAbsa deleted the feature/fix-examples branch August 1, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants