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

Handle unsupported types gracefully #9

Closed aileftech closed 1 year ago

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

Implemented and coming in the next release.