tested spring boot

This commit is contained in:
tuanvu
2026-01-06 16:15:23 +01:00
parent 39d603e7e9
commit ad5ca2189b
5 changed files with 48 additions and 48 deletions

View File

@@ -1,11 +1,9 @@
spring.datasource.url=jdbc:postgresql://localhost:5432/frisbyee
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.datasource.username=frisbyee_user
spring.datasource.password=secret
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.datasource.url=jdbc:postgresql://localhost:5432/frisbyee
spring.datasource.username=frisbyee_user
spring.datasource.password=secret
server.port=8081