Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
wenpp
/
Spring-Boot-Reference-Guide
Public
forked from
qibaoguang/Spring-Boot-Reference-Guide
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
Spring-Boot-Reference-Guide
/
IV. Spring Boot features
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
master
Breadcrumbs
Spring-Boot-Reference-Guide
/
IV. Spring Boot features
/
Copy path
Top
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
22. SpringApplication.md
22. SpringApplication.md
22.1. Customizing the Banner.md
22.1. Customizing the Banner.md
22.2. Customizing SpringApplication.md
22.2. Customizing SpringApplication.md
22.3. Fluent builder API.md
22.3. Fluent builder API.md
22.4. Application events and listeners.md
22.4. Application events and listeners.md
22.5. Web environment.md
22.5. Web environment.md
22.6. Using the CommandLineRunner.md
22.6. Using the CommandLineRunner.md
22.7. Application exit.md
22.7. Application exit.md
23. Externalized Configuration.md
23. Externalized Configuration.md
23.1. Configuring random values.md
23.1. Configuring random values.md
23.2. Accessing command line properties.md
23.2. Accessing command line properties.md
23.3. Application property files.md
23.3. Application property files.md
23.4. Profile-specific properties.md
23.4. Profile-specific properties.md
23.5. Placeholders in properties.md
23.5. Placeholders in properties.md
23.6. Using YAML instead of Properties.md
23.6. Using YAML instead of Properties.md
23.6.1. Loading YAML.md
23.6.1. Loading YAML.md
23.6.2. Exposing YAML as properties in the Spring Environment.md
23.6.2. Exposing YAML as properties in the Spring Environment.md
23.6.3. Multi-profile YAML documents.md
23.6.3. Multi-profile YAML documents.md
23.6.4. YAML shortcomings.md
23.6.4. YAML shortcomings.md
23.7. Typesafe Configuration Properties.md
23.7. Typesafe Configuration Properties.md
23.7.1. Third-party configuration.md
23.7.1. Third-party configuration.md
23.7.2. Relaxed binding.md
23.7.2. Relaxed binding.md
23.7.3. @ConfigurationProperties Validation.md
23.7.3. @ConfigurationProperties Validation.md
24. Profiles.md
24. Profiles.md
24.1. Adding active profiles.md
24.1. Adding active profiles.md
24.2. Programmatically setting profiles.md
24.2. Programmatically setting profiles.md
24.3. Profile specific configuration files.md
24.3. Profile specific configuration files.md
25. Logging.md
25. Logging.md
25.1. Log format.md
25.1. Log format.md
25.2. Console output.md
25.2. Console output.md
25.3. File output.md
25.3. File output.md
25.4. Log Levels.md
25.4. Log Levels.md
25.5. Custom log configuration.md
25.5. Custom log configuration.md
26. Developing web applications.md
26. Developing web applications.md
26.1. The ‘Spring Web MVC framework’.md
26.1. The ‘Spring Web MVC framework’.md
26.1.1. Spring MVC auto-configuration.md
26.1.1. Spring MVC auto-configuration.md
26.1.2. HttpMessageConverters.md
26.1.2. HttpMessageConverters.md
26.1.3. MessageCodesResolver.md
26.1.3. MessageCodesResolver.md
26.1.4. Static Content.md
26.1.4. Static Content.md
26.1.5. Template engines.md
26.1.5. Template engines.md
26.1.6. Error Handling.md
26.1.6. Error Handling.md
26.1.7. Spring HATEOAS.md
26.1.7. Spring HATEOAS.md
26.2. JAX-RS and Jersey.md
26.2. JAX-RS and Jersey.md
26.3. Embedded servlet container support.md
26.3. Embedded servlet container support.md
26.3.1. Servlets and Filters.md
26.3.1. Servlets and Filters.md
26.3.2. The EmbeddedWebApplicationContext.md
26.3.2. The EmbeddedWebApplicationContext.md
26.3.3. Customizing embedded servlet containers.md
26.3.3. Customizing embedded servlet containers.md
26.3.4. JSP limitations.md
26.3.4. JSP limitations.md
27. Security.md
27. Security.md
28. Working with SQL databases.md
28. Working with SQL databases.md
28.1. Configure a DataSource.md
28.1. Configure a DataSource.md
28.1.1. Embedded Database Support.md
28.1.1. Embedded Database Support.md
28.1.2. Connection to a production database.md
28.1.2. Connection to a production database.md
28.1.3. Connection to a JNDI DataSource.md
28.1.3. Connection to a JNDI DataSource.md
28.2. Using JdbcTemplate.md
28.2. Using JdbcTemplate.md
28.3. JPA and ‘Spring Data’.md
28.3. JPA and ‘Spring Data’.md
28.3.1. Entity Classes.md
28.3.1. Entity Classes.md
28.3.2. Spring Data JPA Repositories.md
28.3.2. Spring Data JPA Repositories.md
28.3.3. Creating and dropping JPA databases.md
28.3.3. Creating and dropping JPA databases.md
29. Working with NoSQL technologies.md
29. Working with NoSQL technologies.md
29.1. Redis.md
29.1. Redis.md
29.1.1. Connecting to Redis.md
29.1.1. Connecting to Redis.md
29.2. MongoDB.md
29.2. MongoDB.md
29.2.1. Connecting to a MongoDB database.md
29.2.1. Connecting to a MongoDB database.md
29.2.2. MongoTemplate.md
29.2.2. MongoTemplate.md
29.2.3. Spring Data MongoDB repositories.md
29.2.3. Spring Data MongoDB repositories.md
29.3. Gemfire.md
29.3. Gemfire.md
29.4. Solr.md
29.4. Solr.md
29.4.1. Connecting to Solr.md
29.4.1. Connecting to Solr.md
29.4.2. Spring Data Solr repositories.md
29.4.2. Spring Data Solr repositories.md
29.5. Elasticsearch.md
29.5. Elasticsearch.md
29.5.1. Connecting to Elasticsearch.md
29.5.1. Connecting to Elasticsearch.md
29.5.2. Spring Data Elasticsearch repositories.md
29.5.2. Spring Data Elasticsearch repositories.md
30. Messaging.md
30. Messaging.md
30.1. JMS.md
30.1. JMS.md
30.1.1. HornetQ support.md
30.1.1. HornetQ support.md
30.1.2. ActiveMQ support.md
30.1.2. ActiveMQ support.md
30.1.3. Using a JNDI ConnectionFactory.md
30.1.3. Using a JNDI ConnectionFactory.md
30.1.4. Sending a message.md
30.1.4. Sending a message.md
30.1.5. Receiving a message.md
30.1.5. Receiving a message.md
31. Sending email.md
31. Sending email.md
32. Distributed Transactions with JTA.md
32. Distributed Transactions with JTA.md
32.1. Using an Atomikos transaction manager.md
32.1. Using an Atomikos transaction manager.md
32.2. Using a Bitronix transaction manager.md
32.2. Using a Bitronix transaction manager.md
32.3. Using a Java EE managed transaction manager.md
32.3. Using a Java EE managed transaction manager.md
32.4. Mixing XA and non-XA JMS connections.md
32.4. Mixing XA and non-XA JMS connections.md
32.5. Supporting an alternative embedded transaction manager.md
32.5. Supporting an alternative embedded transaction manager.md
33. Spring Integration.md
33. Spring Integration.md
34. Monitoring and management over JMX.md
34. Monitoring and management over JMX.md
35. Testing.md
35. Testing.md
35.1. Test scope dependencies.md
35.1. Test scope dependencies.md
35.2. Testing Spring applications.md
35.2. Testing Spring applications.md
35.3. Testing Spring Boot applications.md
35.3. Testing Spring Boot applications.md
35.3.1. Using Spock to test Spring Boot applications.md
35.3.1. Using Spock to test Spring Boot applications.md
35.4. Test utilities.md
35.4. Test utilities.md
35.4.1. ConfigFileApplicationContextInitializer.md
35.4.1. ConfigFileApplicationContextInitializer.md
35.4.2. EnvironmentTestUtils.md
35.4.2. EnvironmentTestUtils.md
35.4.3. OutputCapture.md
35.4.3. OutputCapture.md
35.4.4. TestRestTemplate.md
35.4.4. TestRestTemplate.md
36. Developing auto-configuration and using conditions.md
36. Developing auto-configuration and using conditions.md
View all files
README.md
Spring Boot特性
You can’t perform that action at this time.