diff options
author | Vitaly Takmazov | 2024-06-30 23:55:11 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2024-06-30 23:55:11 +0300 |
commit | ce61e2143a358d6c187b6c3473ab114c60ab4724 (patch) | |
tree | 8381a7d91751c5ab2eeb78a3a29f514a6bc4c957 /src/main/resources | |
parent | f9fde9b8aaf242704b62d025337393331ff1ce9e (diff) |
Import JPA entities from 2018
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index fe206251..112b7ae9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,6 +7,8 @@ spring.jackson.serialization.write-dates-as-timestamps=false spring.jackson.serialization.write-empty-json-arrays=true spring.h2.console.enabled=false spring.datasource.generate-unique-name=false +spring.jpa.generate-ddl=false +spring.jpa.hibernate.ddl-auto=none spring.flyway.enabled=false spring.sql.init.platform=h2 spring.cache.type=simple |