Add support for FieldNamingStrategy

Closes gh-3031
Closes gh-3069
This commit is contained in:
Eddú Meléndez
2015-05-29 01:36:22 -05:00
committed by Stephane Nicoll
parent b31c995b7a
commit 58ca6cdc76
4 changed files with 77 additions and 5 deletions

View File

@@ -322,6 +322,7 @@ content into your application; rather pick only the properties that you need.
spring.data.mongodb.username=
spring.data.mongodb.password=
spring.data.mongodb.repositories.enabled=true # if spring data repository support is enabled
spring.data.mongodb.field-naming-strategy= # fully qualified name of the FieldNamingStrategy to use
# JPA ({sc-spring-boot-autoconfigure}/orm/jpa/JpaBaseConfiguration.{sc-ext}[JpaBaseConfiguration], {sc-spring-boot-autoconfigure}/orm/jpa/HibernateJpaAutoConfiguration.{sc-ext}[HibernateJpaAutoConfiguration])
spring.jpa.properties.*= # properties to set on the JPA connection