Skip to content

Commit a1fbfbe

Browse files
committed
Polish contribution
Closes gh-15859
1 parent 3c761cf commit a1fbfbe

File tree

1 file changed

+2
-3
lines changed
  • spring-boot-project/spring-boot-docs/src/main/asciidoc

1 file changed

+2
-3
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ reused to provide similar features to what the auto-configuration does with a si
21862186
== Database Initialization
21872187
An SQL database can be initialized in different ways depending on what your stack is.
21882188
Of course, you can also do it manually, provided the database is a separate process.
2189-
It is recommended to follow a single schema generation approach.
2189+
It is recommended to use a single mechanism for schema generation.
21902190

21912191

21922192

@@ -2196,8 +2196,7 @@ JPA has features for DDL generation, and these can be set up to run on startup a
21962196
database. This is controlled through two external properties:
21972197

21982198
* `spring.jpa.generate-ddl` (boolean) switches the feature on and off and is vendor
2199-
independent. An appropriate configuration is passed to the available JPA implementation
2200-
(e.g. Hibernate).
2199+
independent.
22012200
* `spring.jpa.hibernate.ddl-auto` (enum) is a Hibernate feature that controls the
22022201
behavior in a more fine-grained way. This feature is described in more detail later in
22032202
this guide.

0 commit comments

Comments
 (0)