This article mainly introduces 10 Spring Boot interview questions that are often encountered during the interview process. By reading this article, you will master the following 10 points
1. What is Spring Boot?
Spring Boot is a sub-project under the Spring open source organization. It is a one-stop solution for Spring components. It mainly simplifies the difficulty of using Spring, saves heavy configuration, and provides various startups. With the tool, developers can get started quickly.
2. Why use Spring Boot?
Spring Boot has many advantages, such as:
Simplified configuration for independent operation
Automatic configuration
No code generation and XML configuration
Application Monitoring
Easy to get started...
3. What are the core configuration files of Spring Boot? What's the difference?
The core configuration files of Spring Boot are the application and bootstrap configuration files.
The application configuration file is easy to understand and is mainly used for automated configuration of Spring Boot projects.
The bootstrap configuration file has the following application scenarios.
When using the Spring Cloud Config configuration center, you need to add the configuration attribute connected to the configuration center in the bootstrap
configuration file to load the configuration information of the external configuration center;
A small number of fixed attributes that cannot be overwritten;
A small number of encryption/decryption scenarios;
4. What are the formats of Spring Boot configuration files? What's the difference between them?
.properties and .yml, their difference is mainly in the writing format.
1).properties
2).yml
In addition, the .yml format does not support the @PropertySource annotation to import configuration.
5. Which is the core annotation of Spring Boot? What annotations does it mainly consist of?
The annotation on the startup class is @SpringBootApplication, which is also the core annotation of Spring Boot. The main combination includes the following three annotations:
@SpringBootConfiguration: combines the @Configuration annotation. Implement the functions of the configuration file.
@EnableAutoConfiguration: Turn on the automatic configuration function, you can also turn off an automatic configuration option, such as turning off the data source automatic configuration function: @SpringBootApplication(exclude
= { DataSourceAutoConfiguration.class }) .
@ComponentScan: Spring component scan.
6. What are the ways to enable Spring Boot features?
1) Inherit the spring-boot-starter-parent project
2) Import spring-boot-dependencies project dependencies
7, Spring Boot requires Does it run in standalone containers?
No need, there are built-in containers such as Tomcat/Jetty.
8. What are the ways to run Spring Boot?
1) Package with commands or put it in a container to run
2) Use Maven/Gradle plug-in to run
3) Directly execute the main method to run
9.What are the commonly used starters for springboot?
spring-boot-starter-web Embedding tomcat and web development requires servlet and jsp support
spring- boot-starter-data-jpa database support
spring-boot-starter-data-redis redis database support
spring-boot-starter-data-solr solr support
mybatis-spring-boot-starter Third-party mybatis integrated starter
10. What is the principle of Spring Boot automatic configuration?
Annotations @EnableAutoConfiguration, @Configuration, @ConditionalOnClass
is the core of automatic configuration. First of all, it must be a configuration file. Secondly, it must be automatically configured based on whether there is this class in the class path. configuration.
The above is the detailed content of Daily JAVA10 Questions about SpringBoot. For more information, please follow other related articles on the PHP Chinese website!

The article discusses using Maven and Gradle for Java project management, build automation, and dependency resolution, comparing their approaches and optimization strategies.

The article discusses creating and using custom Java libraries (JAR files) with proper versioning and dependency management, using tools like Maven and Gradle.

The article discusses implementing multi-level caching in Java using Caffeine and Guava Cache to enhance application performance. It covers setup, integration, and performance benefits, along with configuration and eviction policy management best pra

The article discusses using JPA for object-relational mapping with advanced features like caching and lazy loading. It covers setup, entity mapping, and best practices for optimizing performance while highlighting potential pitfalls.[159 characters]

Java's classloading involves loading, linking, and initializing classes using a hierarchical system with Bootstrap, Extension, and Application classloaders. The parent delegation model ensures core classes are loaded first, affecting custom class loa


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 English version
Recommended: Win version, supports code prompts!

SublimeText3 Mac version
God-level code editing software (SublimeText3)