stuff i missed

This commit is contained in:
2025-06-29 08:31:47 -04:00
parent f20ae8472b
commit 29f0b737b5
32 changed files with 4132 additions and 2 deletions

View File

@@ -1 +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