Skip to content

Commit

Permalink
✨ 기능 수정 : AppConfig 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJeHuni committed Dec 1, 2024
1 parent 1e1ab39 commit 18d213e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ public AuthenticationManager authenticationManager(AuthenticationConfiguration c
public BCryptPasswordEncoder bCryptPasswordEncoder() {
return new BCryptPasswordEncoder();
}
@Bean
public RestTemplate restTemplate() { return new RestTemplate(); }
}

0 comments on commit 18d213e

Please sign in to comment.