/
Harbinger21
/
StudentRegistration
Обзор
Документация
Войти
/
Harbinger21
/
StudentRegistration
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/resources/application.properties
14 строк
470 B
anton
refactoring
15 май 2024, 22:46
15 май 2024, 22:46
2d61ff3
Код
Авторство
О чём код?
spring.application.name=examRegistration spring.datasource.url=jdbc:h2:~/examRegistrationDb spring.datasource.driverClassName=org.h2.Driver spring.datasource.username=sa spring.datasource.password=password spring.jpa.database-platform=org.hibernate.dialect.H2Dialect spring.jpa.defer-datasource-initialization=true spring.jpa.hibernate.ddl-auto=update spring.h2.console.enabled=true spring.h2.console.path=/h2/console spring.profiles.default=default server.port=50000