Spring Boot Backend Project with PostgreSql server #postgresql #postgres #springboot
Application.Properties:
spring.datasource.url=jdbc:postgresql://localhost:5432/collegeservice
spring.datasource.username=postgres
spring.datasource.password=Tamil@123
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=update