Skip to content
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

Gh-2665: Fix spring rest context-path & swagger UI #2668

Merged
merged 7 commits into from Jun 8, 2022

Conversation

GCHQDeveloper314
Copy link
Member

@GCHQDeveloper314 GCHQDeveloper314 commented Jun 7, 2022

…quired by Spring

This change is required as 'server.context-path' is no longer valid in Spring Boot 2.x
@GCHQDeveloper314 GCHQDeveloper314 self-assigned this Jun 7, 2022
@GCHQDeveloper314 GCHQDeveloper314 linked an issue Jun 7, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Jun 7, 2022

Codecov Report

❗ No coverage uploaded for pull request base (v2-alpha@e885ce2). Click here to learn what that means.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             v2-alpha    #2668   +/-   ##
===========================================
  Coverage            ?   65.48%           
  Complexity          ?     2426           
===========================================
  Files               ?      859           
  Lines               ?    26921           
  Branches            ?     3120           
===========================================
  Hits                ?    17629           
  Misses              ?     7936           
  Partials            ?     1356           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e885ce2...d279f96. Read the comment docs.

springfox is no longer supported or updated and version 3.0.0 wasn't working. springdoc offers better fuctionality with less boilerplate code. Swagger UI is now working.
@GCHQDeveloper314 GCHQDeveloper314 changed the title Gh-2665: Fix spring rest context-path Gh-2665: Fix spring rest context-path & swagger UI Jun 8, 2022
@t92549 t92549 merged commit f70e5e8 into v2-alpha Jun 8, 2022
@t92549 t92549 deleted the gh-2665-fix-spring-rest branch June 8, 2022 16:23
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.

spring-rest api and swagger broken in alpha 2
3 participants