判断题
Spring Boot为测试提供了一个名为spring-boot-starter-test的启动器。
正确(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
判断题 SpringBoot项目默认打包方式为jar包。
判断题 th:each标签属性用于循环遍历,遍历的对象只能为列表或数组。
判断题 @ConfigurationProperties注解注入属性值时,必须提供对应属性的setter方法。