海康威视面试题 · Spring Boot
海康威视相关面试题,按最终去重题目聚合。
共 1283 道真题 · 当前筛选命中 6 道 · 更新 2026-08-05
筛选题目已选:Spring Boot
考察点
技术栈
第 1 题请列举 Spring Boot 中你常用的注解,并说明它们各自的作用。 考察对 Spring Boot 常用注解的理解和实际应用能力第 2 题条件注解知道吗?有哪些,怎么用的? 考察Spring条件注解的掌握程度及其在配置管理中的应用第 3 题请列举并说明 Spring Boot 中的常用注解及其作用。 考察对 Spring Boot 常用注解的理解和记忆第 4 题Spring Boot自动装配是通过哪个注解开启的 考察对Spring Boot核心注解和自动装配机制的掌握第 5 题Spring 是如何加载和配置数据源的? 考察对 Spring 数据源加载机制和配置方式的理解第 6 题设计模式:SpringBoot 启动类上 @SpringBootApplication 用到了哪几个模式?结合源码说明。 考察对 SpringBoot 启动机制与设计模式源码实现的理解