A.在application.properties中设置server.nameB.在application.properties中设置spring.application.nameC.在application.yml中设置nameD.在application.yml中设置spring.name
单项选择题在Spring Boot应用中,如果需要在启动时运行一些代码,应该使用哪种方式?()
A.使用@PostConstruct注解在Bean中B.实现CommandLineRunner接口C.实现ApplicationRunner接口D.A和B都可以
单项选择题Spring Boot应用默认的日志框架是()
A.Log4jB.LogbackC.Log4j2D.JUL
单项选择题在Spring Boot中,哪个注解用于开启Spring Boot的自动配置功能?()
A.@SpringBootApplicationB.@EnableAutoConfigurationC.@ConfigurationD.@SpringBootTest
单项选择题Vue的v-bind指令不能用于绑定哪种类型的数据?()
A.元素的属性B.元素的文本内容C.元素的样式D.元素的class
单项选择题在Vue中,哪个选项不是Vue实例的选项?()
A.dataB.propsC.methodsD.computed