Skip to content

kaushikjethva/StudentService

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrates Following

  • Spring-boot - Restful
  • Redis - In-memory DB
  • Rest-Assured - Integration rest testing
  • Jenkinsfile - Pipeline as a code
Get enrolled courses by "Student2"

http://localhost:8080/students/Student2/courses

Running Tests

1. Run only unit tests
mvn clean test
2. Run only integration-test
mvn clean verify -P integration-test
rest-assured documentation

https://github.com/rest-assured/rest-assured

3. Run both unit and integration tests
mvn clean install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.8%
  • Groovy 2.2%