aileftech / snap-admin

A plug-and-play, auto-generated CRUD database admin panel for Spring Boot apps
MIT License
251 stars 18 forks source link

feat: add support for prependBaseUrlToResourcesPath configuration #15

Closed fabienfleureau closed 10 months ago

fabienfleureau commented 11 months ago

In this commit, a new configuration option dbadmin.prepend-base-url-to-resources-path is added. This option is used when there is a need to set the static resources path to the same as the application path. This might be useful when the application is hosted behind a reverse proxy with a prefix path.

aileftech commented 11 months ago

Hello fabien, thanks for thinking about contributing to the repo.

For the time being, however, I'm not accepting PRs. It takes too much time to understand the code and use case, review it, and then maintain it into the future. I'll leave this pending, as thing may change later. Sorry for the inconvenience.