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

Handle unsupported types gracefully #9

Closed aileftech closed 11 months ago

aileftech commented 11 months ago

Whenever an unsupported field type is encountered at startup, ignore these fields instead of throwing an exception. These fields will not be editable/viewable in the interface and a list of unsupported fields will be provided to the user in the "Schema" section.

aileftech commented 11 months ago

Implemented and coming in the next release.