You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
After doing a fresh clone, Maven reimport of all projects, clean, and install of the java-servlet application, with no errors or dependency conflicts, doing a jetty:start renders the following page on localhost:8002:
Looking at the Chrome console, it doesn't load any of the libraries defined in index.html:
I found the same too. It seems to me that it is a very old sample. If you check the Git blame on that file, you will see it references files from 2015. I went to the swagger-ui repo and then went to an old 2015 branch ("2.x") to find the code at that time. If you take the "dist" folder from that time, you'll get a lot farther along.
After doing a fresh clone, Maven reimport of all projects,
clean
, andinstall
of thejava-servlet
application, with no errors or dependency conflicts, doing ajetty:start
renders the following page onlocalhost:8002
:Looking at the Chrome console, it doesn't load any of the libraries defined in
index.html
:Am I missing a step here? I believe I executed all the required steps, though there is no README included so I'm not sure.
The text was updated successfully, but these errors were encountered: