Skip to content

Commit b4e3ded

Browse files
authored
Update data-initialization.adoc
1 parent d20edfa commit b4e3ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/data-initialization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can set `spring.jpa.hibernate.ddl-auto` explicitly, and the standard Hiberna
2323
Spring Boot chooses a default value for you based on whether it thinks your database is embedded.
2424
It defaults to `create-drop` if no schema manager has been detected or `none` in all other cases.
2525
An embedded database is detected by looking at the `Connection` type and JDBC url.
26-
`hsqldb`, `h2`, and `derby` are candidates, and others are not.
26+
`hsqldb`, `h2`, and `derby` are candidates, while others are not.
2727
Be careful when switching from in-memory to a '`real`' database that you do not make assumptions about the existence of the tables and data in the new platform.
2828
You either have to set `ddl-auto` explicitly or use one of the other mechanisms to initialize the database.
2929

0 commit comments

Comments
 (0)