|
|
|
|
|
by Tainnor
1304 days ago
|
|
> For example, the code below is a complete Spring Boot application with all of the default configuration in place. Uh no, you forget the part where you have to add a bunch of stuff to your build system (maven or gradle, usually), so it actually knows what to do with this. You can't just compile that class with java -c, run it, and have a running application the way you could do it with lighter-weight frameworks. |
|
I consider the boilerplate needed to build a main.go file that starts a gRPC listener to be harder.