Files
ballistic-builder-spring/src/main/resources/application.properties
2025-06-29 08:45:29 -04:00

12 lines
447 B
Properties

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