Skip to content

Commit

Permalink
🎨 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jafacode committed Jan 21, 2025
1 parent 510a517 commit b0217c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import com.toyProject7.karrot.user.service.UserService
import jakarta.servlet.FilterChain
import jakarta.servlet.http.HttpServletRequest
import jakarta.servlet.http.HttpServletResponse
import org.slf4j.LoggerFactory
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken
import org.springframework.security.core.context.SecurityContextHolder
import org.springframework.security.web.authentication.WebAuthenticationDetailsSource
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,3 @@ spring:
userNameAttribute: id
profiles:
active: dev

logging:
level:
org:
springframework:
security=DEBUG

0 comments on commit b0217c7

Please sign in to comment.