Please document in example application.yml that spring.jpa.hibernate.naming_strategy property has default value org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy.
Also as far I can see setting property spring.jpa.properties.hibernate.ejb.naming_strategy doesn't work and you have to use spring.jpa.hibernate.naming_strategy property instead (see HibernateJpaAutoConfigurationTests.testCustomNamingStrategyViaJpaProperties. I believe that it's also should be documented somewhere, because it's unexpected behavior.
Please document in example
application.ymlthatspring.jpa.hibernate.naming_strategyproperty has default valueorg.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy.Also as far I can see setting property
spring.jpa.properties.hibernate.ejb.naming_strategydoesn't work and you have to usespring.jpa.hibernate.naming_strategyproperty instead (see HibernateJpaAutoConfigurationTests.testCustomNamingStrategyViaJpaProperties. I believe that it's also should be documented somewhere, because it's unexpected behavior.