Skip to content

Commit

Permalink
create: (#490) AspectjConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed May 9, 2023
1 parent cee71ed commit c6ccf8d
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.context.annotation.Configuration
import org.springframework.context.annotation.EnableAspectJAutoProxy

@Configuration
@EnableAspectJAutoProxy(exposeProxy = true)
class AspectjConfig

0 comments on commit c6ccf8d

Please sign in to comment.