tbmelabs / tbme-tv

An open source streaming application.
Other
0 stars 1 forks source link

do not use implementation of beans but interfaces #33

Closed bbortt closed 6 years ago

bbortt commented 6 years ago

in autowired beans you should use for example UserDetailsService.java instead of UserDetailsServiceImpl.java.

bbortt commented 6 years ago

I just tested a bit around and think it wouldnt work with interfaces because there are multiple implementations..