HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
[팀3] 아이육
[팀3] 아이육
/
🏷️
기술 공유
/
🛺
서비스 레이어에 인터페이스가 필요할까?
🛺

서비스 레이어에 인터페이스가 필요할까?

https://dimitr.im/spring-interface
Do I need an interface with Spring boot?
When working with Spring boot, you often use a service (a bean annotated with @Service). In many examples on the internet, you'll see that people create an interface for those services. µ For example, if we're creating a todo list application you might create a TodoService interface with a TodoServiceImpl implementation.
https://dimitr.im/spring-interface
Do I need an interface with Spring boot?