Skip to content

Commit

Permalink
support jwt token expired exception
Browse files Browse the repository at this point in the history
  • Loading branch information
blackstar-baba committed Sep 4, 2020
1 parent 73a4233 commit 4158b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class InstanceController extends BaseController {

private ObjectMapper objectMapper = new ObjectMapper();

@Value("instance.maxSize")
@Value("${instance.maxSize}")
private Integer maxSize;


Expand Down

0 comments on commit 4158b19

Please sign in to comment.