Commit 92ede0f 1 parent ea207d1 commit 92ede0f Copy full SHA for 92ede0f
File tree 3 files changed +0
-66
lines changed
src/main/kotlin/com/example/jhouse_server/global
3 files changed +0
-66
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ dependencies {
75
75
implementation(" org.springframework.boot:spring-boot-starter-thymeleaf" )
76
76
// Bucket4j
77
77
implementation(" com.github.vladimir-bukhtoyarov:bucket4j-core:7.6.0" )
78
- // aws cloud watch
79
- implementation(" ca.pjer:logback-awslogs-appender:1.6.0" )
80
78
// cache
81
79
implementation(" org.springframework.boot:spring-boot-starter-cache" )
82
80
implementation(" net.sf.ehcache:ehcache:2.10.6" )
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ class WebConfig (
16
16
val authUserResolver : AuthUserResolver ,
17
17
val httpInterceptor : HttpInterceptor ,
18
18
val smsInterceptor : SmsInterceptor ,
19
- // val logInterceptor: LogInterceptor
20
19
): WebMvcConfigurer {
21
20
22
21
@@ -48,9 +47,6 @@ class WebConfig (
48
47
}
49
48
50
49
override fun addInterceptors (registry : InterceptorRegistry ) {
51
- // registry.addInterceptor(logInterceptor)
52
- // .addPathPatterns("/**")
53
- // .excludePathPatterns("/css/**", "/error")
54
50
registry.addInterceptor(LoginCheckInterceptor ())
55
51
.order(1 )
56
52
.addPathPatterns(" /**" )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments