Skip to content

Commit

Permalink
fix comment out contents #424
Browse files Browse the repository at this point in the history
  • Loading branch information
btkobayashirun committed Sep 12, 2018
1 parent 4a7c00a commit 5b48643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<entry key="bcrypt">
<bean class="org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder" />
</entry>
<!-- You need to add bcprov-jdk15on.jar to the dependency.
<!-- When using SCryptPasswordEncoder, you need to add bcprov-jdk15on.jar to the dependency.
<entry key="scrypt">
<bean class="org.springframework.security.crypto.scrypt.SCryptPasswordEncoder" />
</entry>
Expand Down

0 comments on commit 5b48643

Please sign in to comment.