ErnestOrt / Trampoline

Admin Spring Boot Locally
http://ernestort.github.io/Trampoline/
Apache License 2.0
356 stars 82 forks source link

Added Lambok #65

Closed jtwalraven closed 6 years ago

jtwalraven commented 6 years ago

Fixes requested changes from #58

snowe2010 commented 6 years ago

I would really suggest not using lombok and instead using kotlin's data classes or nothing at all. Lombok has given my team enormous trouble with spring boot in the past.

ErnestOrt commented 6 years ago

@JTWalraven, it has been long time thinking on lombok and finally this pull request will not be merged, not because it's something bad or not appropiated, but it will give more crons than pros. For instance, a new developer will have to be familirized to Lombok to understant that a plugin needs to be installed on IDEs to avoid a red war.

Anyway, I would like to congrat you guys, @arapaka and @JTWalraven, for the time invested on this task and hopefully we can see more pull requests from your side!

Thanks so much!

Cheers