diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..a020ab3 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,9 @@ +/target/ +/.settings/ +/.classpath +/.project +/.metadata/ +/bin/ +*.class +.factorypath +.springBeans diff --git a/backend/target/classes/application.properties b/backend/target/classes/application.properties deleted file mode 100644 index c24917f..0000000 --- a/backend/target/classes/application.properties +++ /dev/null @@ -1,13 +0,0 @@ -# ─── DATABASE CONNECTION CONFIGURATION ─── -spring.datasource.url=jdbc:postgresql://localhost:5432/rit_freshers_hub?sslmode=disable -spring.datasource.username=postgres -spring.datasource.password=Amudiesh22@. - -# ─── JPA / HIBERNATE SETTINGS ─── -spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect -spring.jpa.hibernate.ddl-auto=validate -spring.jpa.show-sql=true -spring.jpa.properties.hibernate.format_sql=true - -# ─── SERVER PORT ─── -server.port=8080 diff --git a/backend/target/classes/com/rit/portal/PortalApplication.class b/backend/target/classes/com/rit/portal/PortalApplication.class deleted file mode 100644 index 9bc3c40..0000000 Binary files a/backend/target/classes/com/rit/portal/PortalApplication.class and /dev/null differ diff --git a/backend/target/classes/com/rit/portal/config/DataInitializer.class b/backend/target/classes/com/rit/portal/config/DataInitializer.class deleted file mode 100644 index 8b3f98f..0000000 Binary files a/backend/target/classes/com/rit/portal/config/DataInitializer.class and /dev/null differ diff --git a/backend/target/classes/com/rit/portal/config/WebConfig.class b/backend/target/classes/com/rit/portal/config/WebConfig.class deleted file mode 100644 index 90e2caf..0000000 Binary files a/backend/target/classes/com/rit/portal/config/WebConfig.class and /dev/null differ diff --git a/backend/target/classes/com/rit/portal/controller/NotePyqController.class b/backend/target/classes/com/rit/portal/controller/NotePyqController.class deleted file mode 100644 index 84fb9a2..0000000 Binary files a/backend/target/classes/com/rit/portal/controller/NotePyqController.class and /dev/null differ diff --git a/backend/target/classes/com/rit/portal/entity/NotePyq$NotePyqBuilder.class b/backend/target/classes/com/rit/portal/entity/NotePyq$NotePyqBuilder.class deleted file mode 100644 index 5ba61c2..0000000 Binary files a/backend/target/classes/com/rit/portal/entity/NotePyq$NotePyqBuilder.class and /dev/null differ diff --git a/backend/target/classes/com/rit/portal/entity/NotePyq.class b/backend/target/classes/com/rit/portal/entity/NotePyq.class deleted file mode 100644 index 16b04ad..0000000 Binary files a/backend/target/classes/com/rit/portal/entity/NotePyq.class and /dev/null differ diff --git a/backend/target/classes/com/rit/portal/repository/NotePyqRepository.class b/backend/target/classes/com/rit/portal/repository/NotePyqRepository.class deleted file mode 100644 index fcf0446..0000000 Binary files a/backend/target/classes/com/rit/portal/repository/NotePyqRepository.class and /dev/null differ