Spring Boot Backend Project with PostgreSql server

Опубликовано: 04 Июнь 2026
на канале: TCF – Thamizh Coding Foundation
453
10

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