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

Make `snapadmin.enabled` default to false #30

Closed aileftech closed 10 months ago

aileftech commented 10 months ago

To minimize the chance of a user accidentally exposing his SnapAdmin UI externally, the flag will change its default value to false so it will be necessary to explicitly specify

snapadmin.enabled=true

in the application.properties file.