Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Asynchronous API

Implementation

  • The controller method returns CompletableFuture<ResponseEntity<List<CourseRepresentation>>>
  • The service method returns CompletableFuture<List<Course>>