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 10, 2023
1 parent ebc48cd commit 5eb2e1d
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 5eb2e1d

Please sign in to comment.