[ https://issues.apache.org/jira/browse/GEODE-10316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538512#comment-17538512 ]
Patrick Johnsn commented on GEODE-10316: ---------------------------------------- I've got it working without Spring Boot, but only by changing the `v1` in the URLs to `v3` because swagger-ui is trying to fetch configuration from `/geode/v3/api-docs/swagger-config` instead of `/geode/v1/api-docs/swagger-config`. This SHOULD be configurable with `springdoc.swagger-ui.configUrl`, but it doesn't seem to be having any effect. Changing `v1` to `v3` isn't ideal, so I'm going to continue looking for a way to make it use `v1`. I have a rough PR: https://github.com/apache/geode/pull/7701 > Convert the rest APIs to use plain spring rather than Spring Boot. > ------------------------------------------------------------------ > > Key: GEODE-10316 > URL: https://issues.apache.org/jira/browse/GEODE-10316 > Project: Geode > Issue Type: Task > Components: rest (admin), rest (dev) > Affects Versions: 1.15.0 > Reporter: Patrick Johnsn > Assignee: Patrick Johnsn > Priority: Major > > Related to https://issues.apache.org/jira/browse/GEODE-10282, where Boot was > introduced. -- This message was sent by Atlassian Jira (v8.20.7#820007)