更新时间:2021-06-24 19:25:10
coverpage
Title Page
Dedication
Packt Upsell
Why subscribe?
PacktPub.com
Contributors
About the author
About the reviewers
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Sections
Getting ready
How to do it...
How it works...
There's more...
See also
Get in touch
Reviews
Getting Started with Spring Boot
Introduction
Using a Spring Boot template and starter
Creating a simple application
Launching an application using Gradle
Using the command-line runners
Setting up a database connection
Setting up a data repository service
Scheduling executors
Configuring Web Applications
Creating a basic RESTful application
Creating Spring Data REST service
Configuring custom servlet filters
Configuring custom interceptors
Configuring custom HttpMessageConverters
Configuring custom PropertyEditors
Configuring custom type formatters
Web Framework Behavior Tuning
Configuring route matching patterns
Configuring custom static path mappings
Tuning Tomcat via ServletWebServerFactory
Choosing embedded servlet containers
Adding custom connectors
Writing Custom Spring Boot Starters
Understanding Spring Boot autoconfiguration
Creating a custom Spring Boot autoconfiguration starter
Configuring custom conditional bean instantiations