Core concept
@SpringBootApplication
public class App {
public static void main(String[] args) { SpringApplication.run(App.class, args); }
}Advertisement
How it works
Startup time. Native image via Spring AOT.
Advertisement
Trade-offs + gotchas
Most modern Java web apps.