Skip to content

Instantly share code, notes, and snippets.

@ahmedhosnypro
Created June 23, 2023 18:11
Show Gist options
  • Save ahmedhosnypro/4203418f5e743f32345c08060cf48256 to your computer and use it in GitHub Desktop.
Save ahmedhosnypro/4203418f5e743f32345c08060cf48256 to your computer and use it in GitHub Desktop.
SpringBoot Postgresql
#postgresql
#spring.datasource.url=jdbc:postgresql://localhost:5332/postgresql
#spring.datasource.username=postgresql
#spring.datasource.password=root
#spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
#spring.jpa.hibernate.ddl-auto=create-drop
#spring.jpa.show-sql=true
#spring.jpa.properties.hibernate.format_sql=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment