aileftech / snap-admin

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

Make `snapadmin.enabled` default to false #30

Closed aileftech closed 1 year ago

aileftech commented 1 year 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.