최근 포스트

[Spring] Thymeleaf with Spring Boot

1 분 소요

What is Thymeleaf? Thymeleaf is Java templating engine Commonly used to generate the HTML views for web apps However, it is a general purpose templati...

[Spring] Security - BCrypt Encryption

1 분 소요

Spring Security Team Recommendation Spring Security recommends using the popular bcrypt algorithm bcrypt Performs one-way encrypted hashing ...

[Spring] User Accounts Stored in Database

1 분 소요

Database Access REST API security(3) So far, our user accounts were hard coded in Java source code We want to add database access <- ADVANCED