File tree Expand file tree Collapse file tree 5 files changed +0
-11
lines changed
backend/gamelink/src/main/java/urjc/gamelink
Configuration/Security/jwt Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 22
22
23
23
import io .jsonwebtoken .Claims ;
24
24
import io .jsonwebtoken .ExpiredJwtException ;
25
- import io .jsonwebtoken .JwtParser ;
26
25
import io .jsonwebtoken .Jwts ;
27
26
import io .jsonwebtoken .MalformedJwtException ;
28
27
import io .jsonwebtoken .SignatureAlgorithm ;
Original file line number Diff line number Diff line change 14
14
import org .springframework .beans .factory .annotation .Autowired ;
15
15
import org .springframework .core .io .InputStreamResource ;
16
16
import org .springframework .core .io .Resource ;
17
- import org .springframework .data .domain .Page ;
18
- import org .springframework .data .domain .Pageable ;
19
17
import org .springframework .http .HttpHeaders ;
20
18
import org .springframework .http .HttpStatus ;
21
19
import org .springframework .http .ResponseEntity ;
Original file line number Diff line number Diff line change 3
3
import java .io .IOException ;
4
4
import java .net .URI ;
5
5
import java .sql .SQLException ;
6
- import java .util .ArrayList ;
7
6
import java .util .List ;
8
7
import java .util .Optional ;
9
8
10
- import com .fasterxml .jackson .annotation .JsonValue ;
11
- import com .fasterxml .jackson .annotation .JsonView ;
12
-
13
- import org .aspectj .weaver .ast .And ;
14
9
import org .hibernate .engine .jdbc .BlobProxy ;
15
10
import org .springframework .beans .factory .annotation .Autowired ;
16
11
import org .springframework .core .io .InputStreamResource ;
17
12
import org .springframework .core .io .Resource ;
18
13
import org .springframework .dao .EmptyResultDataAccessException ;
19
14
import org .springframework .data .domain .Page ;
20
15
import org .springframework .data .domain .PageRequest ;
21
- import org .springframework .data .domain .Pageable ;
22
16
import org .springframework .http .HttpHeaders ;
23
17
import org .springframework .http .HttpStatus ;
24
18
import org .springframework .http .ResponseEntity ;
Original file line number Diff line number Diff line change 13
13
import javax .persistence .ManyToMany ;
14
14
15
15
import com .fasterxml .jackson .annotation .JsonIgnore ;
16
- import com .fasterxml .jackson .annotation .JsonView ;
17
16
18
17
19
18
Original file line number Diff line number Diff line change 3
3
import java .sql .Blob ;
4
4
import java .util .ArrayList ;
5
5
import java .util .List ;
6
- import java .util .Optional ;
7
6
8
7
import javax .persistence .Column ;
9
8
import javax .persistence .Entity ;
You can’t perform that action at this time.
0 commit comments