Moisés Macero
Moisés Macero
Same answer as #1. It's Lombok's default behavior but you can override it if you want.
I think you're right, this is probably a typo in the book. Thanks for posting this issue! I hope you're enjoying the book so far.
Thanks!
Hi! Good question! Lombok uses the `is` prefix for boolean getters by default. You can customize this behavior with the setting `lombok.getter.noIsPrefix=true`. Check https://projectlombok.org/features/GetterSetter.
Hi! I need to find time to update this project to work with the latest Spring Boot version.