BAEL-3493: sectioned off new properties specific to this article (#9325)

This commit is contained in:
Sampada 2020-05-20 20:51:55 +05:30 committed by GitHub
parent f1be6fa3ae
commit 8b156e0289
1 changed files with 3 additions and 1 deletions

View File

@ -7,5 +7,7 @@ springdoc.api-docs.path=/api-docs
# H2 Related Configurations
spring.datasource.url=jdbc:h2:mem:springdoc
## for com.baeldung.restdocopenapi ##
springdoc.version=@springdoc.version@
spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.ddl-auto=none
######################################