feat: implement database entities, repository, controllers, and data seeder for Notes & PYQs module

This commit is contained in:
Amudieshwar A G
2026-07-21 14:30:52 +05:30
parent 27999a5bea
commit 4f433f4dba
14 changed files with 241 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# ─── DATABASE CONNECTION CONFIGURATION ───
spring.datasource.url=jdbc:postgresql://localhost:5432/rit_freshers_hub?sslmode=disable
spring.datasource.username=postgres
spring.datasource.password=your_local_postgres_password_here
spring.datasource.password=Amudiesh22@.
# ─── JPA / HIBERNATE SETTINGS ───
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect