Skip to content

Commit 9f49ee0

Browse files
author
Piotr Wolak
committed
Update
1 parent 71d06a3 commit 9f49ee0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/com/codersee/springcoroutines/repository/CompanyRepository.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ package com.codersee.springcoroutines.repository
33
import com.codersee.springcoroutines.model.Company
44
import kotlinx.coroutines.flow.Flow
55
import org.springframework.data.repository.kotlin.CoroutineCrudRepository
6-
import org.springframework.stereotype.Repository
76

8-
@Repository
97
interface CompanyRepository : CoroutineCrudRepository<Company, Long> {
108
fun findByNameContaining(name: String): Flow<Company>
119
}

0 commit comments

Comments
 (0)