Skip to content

Commit e578ace

Browse files
committed
Polish doc formatting
1 parent 3237e4a commit e578ace

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,6 +2716,7 @@ advanced examples, typically to take full control over the configuration of the
27162716
DataSource.
27172717

27182718

2719+
27192720
[[boot-features-embedded-database-support]]
27202721
==== Embedded Database Support
27212722
It's often convenient to develop applications using an in-memory embedded database.

spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ will cache compiled templates to avoid repeatedly parsing template files.
781781
Also, Spring MVC can add HTTP caching headers to responses when serving static resources.
782782

783783
Whilst caching is very beneficial in production, it can be counter productive during
784-
development, preventing you from seeing the changes you just made in your application.
784+
development, preventing you from seeing the changes you just made in your application.
785785
For this reason, spring-boot-devtools will disable those caching options by default.
786786

787787
Cache options are usually configured by settings in your `application.properties` file.

0 commit comments

Comments
 (0)