Skip to content

Commit

Permalink
[#6] refactor: 어노테이션 중복 삭제
Browse files Browse the repository at this point in the history
@repository안에 @component가 있습니다! 주의주의!

Co-authored-by: 최진영 <[email protected]>
  • Loading branch information
com8599 and jinyoungchoi95 authored Aug 9, 2021
1 parent 803a1b8 commit d96caed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/study/realworld/dao/UserDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import java.sql.Statement;
import java.util.Map;

@Component
@Repository
public class UserDao {
private final JdbcTemplate jdbcTemplate;
Expand Down

0 comments on commit d96caed

Please sign in to comment.