题目详情
填空题 Spring Boot应用程序的入口类,使用 【1】 注解标注这是一个Spring Boot应用. Java 【1】 public class MyApplication { public static void main(String[] args) { SpringApplication.run(MyApplication.class, args); }}
学科:Web应用项目开发
时间:2024-11-12 01:15:32
相关题目
相关作业