Skip to content

Commit

Permalink
Turning off caching in spring boot for dev purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
misfir3 committed Jun 28, 2016
1 parent 3f37b06 commit 501ec1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ protected void configure(HttpSecurity http) throws Exception {
security.and()
.logout()
.permitAll();
http.headers().cacheControl().disable();

}

Expand Down

0 comments on commit 501ec1f

Please sign in to comment.