/
reitz
/
Minecraft-Skin-Editor
Обзор
Документация
Войти
/
reitz
/
Minecraft-Skin-Editor
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
target/classes/application.properties
11 строк
320 B
reitz
upload files
15 янв 2026, 07:54
15 янв 2026, 07:54
a0879c4
Код
Авторство
О чём код?
server.port=8081 # H2 database spring.datasource.url=jdbc:h2:file:./data/skins-db spring.datasource.driverClassName=org.h2.Driver spring.datasource.username=sa spring.datasource.password= spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.h2.console.enabled=true spring.h2.console.path=/h2