Commit 68f5bea0 authored by Alex Pinto's avatar Alex Pinto

committing to pull

parent 7863ba51
......@@ -8,7 +8,7 @@ spring.datasource.continue-on-error=true
DB_URL=jdbc:postgresql://localhost:5432/student_details
spring.datasource.url=${DB_URL}
spring.datasource.username=postgres
spring.datasource.password=*password from last step*
spring.datasource.password=admin
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.show-sql=true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment