remake init data

json dump
This commit is contained in:
liosha84
2025-08-14 18:50:16 +03:00
parent 6c5e2d9de1
commit b5e99b0116
82 changed files with 2814 additions and 457 deletions
@@ -16,6 +16,18 @@ spring.flyway.url=jdbc:postgresql://localhost:5433/jambotronDB
spring.flyway.user=admin
spring.flyway.password=postgrespw
#spring.datasource.url= jdbc:postgresql://localhost:5433/db_for_import
#spring.datasource.username= admin
#spring.datasource.password= postgrespw
#
#spring.flyway.enabled=false
##spring.flyway.baseline-on-migrate=true
##spring.flyway.validate-on-migrate=true
##
##spring.flyway.url=jdbc:postgresql://localhost:5433/db_for_import
##spring.flyway.user=admin
##spring.flyway.password=postgrespw
#============jpa=====================
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect