第一章
一、填空题
1、Spring
2、约定优先配置
3、8
4、Maven(3.3+)、Gradle(4.4+)
5、@Controller、@ResponseBody
二、判断题
1、错
2、错
3、对
4、对
5、错
三、选择题
1、ACD
2、A
3、ABCD
4、B
5、A
第二章
一、填空题
1、K=V
2、resources
3、spring-boot-configuration-processor
4、application.yaml、application.yml
5、key:(空格)value
二、判断题
1、对
2、对
3、错
4、错
5、错
三、选择题
1、ABCD
2、B
3、AB
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、BCD
4、ABCD
5、A
第四章
一、填空题
1、FreeMarker
2、Web
3、th:replace
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、B
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