Rework database auto-configure

Rework several aspects of database auto-configuration:

- Use RelaxedPropertyResolver to obtain property values
- Extract EmbeddedDatabaseConnection from EmbeddedDatabaseConfiguration
- Rename several configuration classes for consistency

Issue: #53028397
This commit is contained in:
Phillip Webb
2013-08-22 02:13:15 -07:00
parent 2041a79970
commit 2b54b6286f
18 changed files with 504 additions and 377 deletions

View File

@@ -1 +1 @@
spring.jpa.ddl_auto: create-drop
spring.jpa.hibernate.ddl-auto: create-drop