Untitled
unknown
plain_text
8 months ago
268 B
6
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