Skip to content

Commit

Permalink
create: (#490) CacheConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed May 9, 2023
1 parent c6ccf8d commit d016ee0
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package team.aliens.dms.global.config

import org.springframework.cache.annotation.EnableCaching
import org.springframework.context.annotation.Configuration

@Configuration
@EnableCaching
class CacheConfig

0 comments on commit d016ee0

Please sign in to comment.