Untitled
unknown
plain_text
a year ago
268 B
7
Indexable
@SpringBootApplication
public class MyApplication {
public static void main(String[] args) {
ApplicationContext context = SpringApplication.run(MyApplication.class, args);
// The container automatically wires dependencies across all beans.
}
}
Editor is loading...
Leave a Comment