Skip to content

Commit

Permalink
fix(#3829): error 404 is shown when /<context-path>/ is opened in bro…
Browse files Browse the repository at this point in the history
…wser
  • Loading branch information
SteKoe committed Dec 6, 2024
1 parent 6c0b879 commit 9f0523a
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 915 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ spring:
resource-locations: file:../../spring-boot-admin-server-ui/target/dist/
cache-templates: false
extension-resource-locations: file:../spring-boot-admin-sample-custom-ui/target/dist/
context-path: /admin
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spring:
password: "password"
boot:
admin:
context-path: /admin
client:
username: "user" #These two are needed so that the client
password: "password" #can register at the protected server api
Expand Down
Loading

0 comments on commit 9f0523a

Please sign in to comment.