This commit is contained in:
2025-06-29 08:45:29 -04:00
parent 29f0b737b5
commit 8f9e15f1e7
38 changed files with 4271 additions and 4271 deletions

View File

@@ -1,11 +1,11 @@
spring.application.name=ballistic
# Database connection properties
spring.datasource.url=jdbc:postgresql://r710.gofwd.group:5433/ballistic
spring.datasource.username=postgres
spring.datasource.password=cul8rman
spring.datasource.driver-class-name=org.postgresql.Driver
# Hibernate properties
#spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.application.name=ballistic
# Database connection properties
spring.datasource.url=jdbc:postgresql://r710.gofwd.group:5433/ballistic
spring.datasource.username=postgres
spring.datasource.password=cul8rman
spring.datasource.driver-class-name=org.postgresql.Driver
# Hibernate properties
#spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect