Skip to content

Commit

Permalink
Update src/main/kotlin/com/msg/gauth/domain/admin/service/ExcelParsin…
Browse files Browse the repository at this point in the history
…gService.kt

Co-authored-by: 김태오 <[email protected]>
  • Loading branch information
Umjiseung and KimTaeO authored Sep 18, 2024
1 parent 702b62b commit 2a738f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.springframework.web.multipart.MultipartFile
class ExcelParsingService(
private val userRepository: UserRepository,
) {
@CacheEvict(value = ["AcceptedUser"], allEntries = true, cacheManager = "userCacheManager")
@CacheEvict(value = ["AcceptedUsers"], allEntries = true, cacheManager = "userCacheManager")
fun execute(file: MultipartFile) {
val tika = Tika()
val detect = tika.detect(file.bytes)
Expand Down

0 comments on commit 2a738f8

Please sign in to comment.