/
githubmirror
/
java-design-patterns
Обзор
Документация
Войти
/
githubmirror
/
java-design-patterns
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
single-table-inheritance/src/main/resources/application.properties
10 строк
367 B
Ved Asole
feat: #1316 Single Table Inheritance pattern implemented (#2632)
25 фев 2024, 15:20
Не верифицирован
25 фев 2024, 15:20
b2c7410
Код
Авторство
О чём код?
# H2 Database Configuration spring.datasource.url=jdbc:h2:mem:sti spring.datasource.username=sa spring.datasource.password=password spring.datasource.driverClassName=org.h2.Driver spring.jpa.hibernate.ddl-auto=update #Uncomment the below properties to see the SQL being generated in backend #spring.jpa.show-sql=true #spring.jpa.properties.hibernate.format_sql=true