Skip to content

Commit

Permalink
#3 [refactor] config 패키지 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
YuGyeong98 committed Jan 24, 2025
1 parent bf09715 commit 0a35f4c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.example.enterparkticket.apis.enduser.security.adapter

import com.example.enterparkticket.apis.enduser.security.dto.UserPrincipal
import com.example.enterparkticket.domain.common.config.jpa.AuditorAwarePort
import com.example.enterparkticket.domain.config.jpa.AuditorAwarePort
import org.springframework.security.core.context.SecurityContextHolder
import org.springframework.stereotype.Component

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.enterparkticket.domain.common.config.async
package com.example.enterparkticket.domain.config.async

import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.enterparkticket.domain.common.config.async
package com.example.enterparkticket.domain.config.async

import org.slf4j.MDC
import org.springframework.core.task.TaskDecorator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.enterparkticket.domain.common.config.jpa
package com.example.enterparkticket.domain.config.jpa

interface AuditorAwarePort {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.enterparkticket.domain.common.config.jpa
package com.example.enterparkticket.domain.config.jpa

import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.enterparkticket.domain.common.config.jpa
package com.example.enterparkticket.domain.config.jpa

import org.springframework.data.domain.AuditorAware
import java.util.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.enterparkticket.domain.common.config.redis
package com.example.enterparkticket.domain.config.redis

import org.redisson.Redisson
import org.redisson.api.RedissonClient
Expand Down

0 comments on commit 0a35f4c

Please sign in to comment.