/
iluser
/
MVC
Обзор
Документация
Войти
/
iluser
/
MVC
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/resources/application.properties
19 строк
729 B
il
adding properties, pom
01 май 2024, 22:34
01 май 2024, 22:34
8f95bde
Код
Авторство
О чём код?
# PostgreSQL spring.datasource.url=jdbc:postgresql://localhost:5432/postgres spring.datasource.username=postgres spring.datasource.password=postgres spring.jpa.database=postgresql spring.datasource.driver-class-name=org.postgresql.Driver #spring.jpa.show-sql=true #spring.jpa.properties.hibernate.format_sql=true # Hibernate spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect #spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl #spring.jpa.properties.hibernate.persistenceprovider=org.hibernate.jpa.HibernatePersistenceProvider spring.jpa.hibernate.ddl-auto=update # Spring Boot spring.application.name=owners-pet-app server.port=8080