/
86
/
practice
Обзор
Документация
Войти
/
86
/
practice
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/main/resources/application.properties
9 строк
455 B
Danil Tkach
init
18 июн 2026, 20:12
Не верифицирован
18 июн 2026, 20:12
e148f75
Код
Авторство
О чём код?
spring.application.name=sports-section-sales spring.datasource.url=jdbc:mysql://localhost:3306/sports_section_sales?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf8&serverTimezone=UTC spring.datasource.username=root spring.datasource.password=root spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.sql.init.mode=always spring.sql.init.encoding=UTF-8 spring.thymeleaf.cache=false server.error.whitelabel.enabled=false