Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(database): configure database settings #6

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

LauriESB
Copy link
Owner

This pull request configures the PostgreSQL database settings in the application.properties file. The following properties were added:

spring.datasource.url=jdbc:postgresql://localhost:5432
spring.datasource.username=postgres
spring.datasource.password=12122002
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true

These changes establish the connection to a local PostgreSQL database, set the dialect for Hibernate, and enable SQL logging for debugging purposes.

@dsbfelipe dsbfelipe merged commit 96f495a into main Sep 19, 2024
@LauriESB LauriESB deleted the feature/dbsettings branch September 19, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants