Project

General

Profile

« Previous | Next » 

Revision 52781

1. Dockerize service
2. Add authorization checks
3. Handle exceptions ( controller advice, exception package)
4. Login-logout operations bug fixes

View differences:

MonitorApi.java
6 6
import io.swagger.annotations.Api;
7 7
import org.json.JSONException;
8 8
import org.springframework.http.MediaType;
9
import org.springframework.security.access.prepost.PreAuthorize;
9 10
import org.springframework.web.bind.annotation.*;
10 11

  
11 12
@RestController

Also available in: Unified diff