Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

 

History

History

ch01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Chapter 1: Introduction

The @SpringBootConfiguration is a specialized @Configuration annotation. It indicates that the applicaiton is a Spring Boot-based application. When using @SpringBootConfiguration in the application, there can only be one class annotated with this annotation.