Commit 74494af2 authored by Kyle Muldoon's avatar Kyle Muldoon

added property config for mongo server

parent 464f39a7
spring.data.mongodb.uri=mongodb+srv://userNisum:NisumCohort2021@cluster0.8ekps.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
spring.data.mongodb.database=test
\ No newline at end of file
com/StudentServices/MarksService/MarksServiceApplication.java com/StudentServices/MarksService/MarksServiceApplication.java
com.StudentServices.MarksService.MarksServiceApplication com.StudentServices.MarksService.MarksServiceApplication
com/StudentServices/MarksService/service/StudentService.java
com.StudentServices.MarksService.service.StudentService
com/StudentServices/MarksService/model/StudentMarks.java
com.StudentServices.MarksService.model.StudentMarks
com/StudentServices/MarksService/controller/StudentMarksController.java
com.StudentServices.MarksService.controller.StudentMarksController
com/StudentServices/MarksService/repository/StudentRepository.java
com.StudentServices.MarksService.repository.StudentRepository
...@@ -15,4 +15,17 @@ public class StudentMarksController { ...@@ -15,4 +15,17 @@ public class StudentMarksController {
@Autowired StudentService studentService; @Autowired StudentService studentService;
// findall studentmarks
// find studentmark by id
// update studentmark by id
// delete studentmark by id
} }
spring.data.mongodb.uri=mongodb+srv://userNisum:NisumCohort2021@cluster0.8ekps.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
spring.data.mongodb.database=test
\ 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