/
NikolayIvkin
/
tutorials1
Обзор
Документация
Войти
/
NikolayIvkin
/
tutorials1
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
persistence-modules/spring-boot-postgresql/src/main/resources/application.properties
4 строки
162 B
Bogdan Cardoş
BAEL-8018: Code exemple for postgresql datasource with spring boot (#17153)
26 июл 2024, 18:07
Не верифицирован
26 июл 2024, 18:07
6f2e42e
Код
Авторство
О чём код?
spring.datasource.url=jdbc:postgresql://localhost:5432/tutorials spring.datasource.username=postgres spring.datasource.password=root spring.jpa.generate-ddl=true