第一单元习题
一、填空题
1、Spring
2、约定优先配置
3、8
4、Maven(3.3+)、Gradle(4.4+)
5、@Controller、@ResponseBody、
二、判断题
1、错
2、错
3、对
4、对
5、错
三、选择题
1、ACD
2、D
3、ABCD
4、B
5、A
第二单元习题
一、填空题
1、application.properties
2、key:(空格)value
3、@ConfigurationProperties
4、@Value
5、@Profile
二、判断题
1、错
2、对
3、错
4、错
5、错
三、选择题
1、ABC
2、B
3、B
4、C
5、D
第三单元习题
一、填空题
1、mybatis-spring-boot-starter
2、hikari
3、@MapperScan("xxx")
4、name
5、消息中间件
二、判断题
1、错
2、错
3、错
4、对
5、对
三、选择题
1、C
2、D
3、BC
4、ABCD
5、A
第四单元习题
一、填空题
1、FreeMarker
2、Web
3、th:each
4、data-th-*
5、${#locale.country}
二、判断题
1、错
2、对
3、错
4、错
5、对
三、选择题
1、ABCD
2、D
3、ABCD
4、A
5、ABCD
第五单元习题
一、填空题
1、WebMvcConfigurer
2、addViewControllers()
3、addInterceptors()
4、@ServletComponentScan
5、1MB
二、判断题
1、对
2、错
3、错
4、对
5、对
三、选择题
1、C
2、ACD
3、ABC
4、B
5、C
第六单元习题
一、填空题
1、@EnableCaching
2、@Cacheable
3、默认参数值
4、ConcurrentHashMap
5、StringRedisTemplate
二、判断题
1、错
2、对
3、对
4、错
5、错
三、选择题
1、D
2、C
3、ACD
4、ABCD
5、A
第七单元习题
一、填空题
1、MVC Security
2、随机生成
3、configure(AuthenticationManagerBuilder auth)
4、configure(HttpSecurity http)
5、@EnableWebFluxSecurity
二、判断题
1、错
2、错
3、对
4、错
5、错
三、选择题
1、ABCD
2、D
3、ABCD
4、BD
5、B
第八单元习题
一、填空题
1、ActiveMQ
2、AMQP
3、轮询
4、fanout
5、5672、15672
二、判断题
1、错
2、对
3、对
4、对
5、对
三、选择题
1、ABCD
2、D
3、ABCD
4、A
5、A
第九单元习题
一、填空题
1、@EnableAsync
2、@Async
3、Future<Integer>
4、fixedDelay或fixedDelayString
5、@EnableScheduling
二、判断题
1、对
2、对
3、错
4、对
5、错
三、选择题
1、C
2、D
3、A
4、AB
5、ABCD