fix(UserEntity): lombok decorator for default value
There were some lombok's default decorator (@Builder.Default
) missing in UserEntity.
With this fix, new builds of a user entity may not define the delete attribute.
Although it's not necessary anymore, i left Bootstrap class as is.