Comment on Is It Worth Learning Spring Boot in 2023
BrianTheeBiscuiteer@lemmy.world 1 year agoI’m curious how you handle API security. It’s a bit of a PITA with Spring but I couldn’t imagine handling all of it with one-off libraries. If you have a basic CLI type of program or something not meant to receive external traffic I can see how Spring can be overkill.
feef@lemmy.world 1 year ago
What’s wrong with spring security?
BrianTheeBiscuiteer@lemmy.world 1 year ago
Well, I say it’s a PITA but I mean that’s kind of security in general. It’s probably just my companies mismatching of old and new protocols that make it a bit challenging.