DEV Community

Discussion on: Let's make SpringBoot app start faster

Collapse
 
stealthmusic profile image
Jan Wedel

Nice comparison. Would be great to undestand what those flags actually do.
And what happens, you exclude Jackson? You just return a string but will Spring still be able serialize an object to json?
BTW: If it’s about startup time, you should try GraalVM 😎