Slide 6
Slide 6 text
Four-liner approach
Executable JAR pitfalls
Limitations with some APIs (e.g. java.nio.file.Path)
Performance implications – check out blog post by Dave Syer:
https://spring.io/blog/2018/12/12/how-fast-is-spring
Make JAR, not WAR – what actually matters more is how you run it
No reuse, no caching – slow pushes and pulls
Everything’s in the same layer