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

Move all templates into `snapadmin` subfolder in order to avoid name collision with user-defined templates #40

Closed aileftech closed 5 months ago

aileftech commented 9 months ago

This only results in a problem if the user has a template with the same name as a SnapAdmin template. For example a user-defined 'home.html' file will cause that file to be served instead of SnapAdmin 'home.html' file, making the UI not accessible.

aileftech commented 9 months ago

Fixed in dev.

aileftech commented 5 months ago

Fixed in 0.2.1.