Skip to content

Commit

Permalink
chore: cloudwatch 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Jul 14, 2024
1 parent ea207d1 commit 92ede0f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
// Bucket4j
implementation("com.github.vladimir-bukhtoyarov:bucket4j-core:7.6.0")
// aws cloud watch
implementation("ca.pjer:logback-awslogs-appender:1.6.0")
// cache
implementation("org.springframework.boot:spring-boot-starter-cache")
implementation("net.sf.ehcache:ehcache:2.10.6")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class WebConfig (
val authUserResolver: AuthUserResolver,
val httpInterceptor: HttpInterceptor,
val smsInterceptor: SmsInterceptor,
// val logInterceptor: LogInterceptor
): WebMvcConfigurer {


Expand Down Expand Up @@ -48,9 +47,6 @@ class WebConfig (
}

override fun addInterceptors(registry: InterceptorRegistry) {
// registry.addInterceptor(logInterceptor)
// .addPathPatterns("/**")
// .excludePathPatterns("/css/**", "/error")
registry.addInterceptor(LoginCheckInterceptor())
.order(1)
.addPathPatterns("/**")
Expand Down

This file was deleted.

0 comments on commit 92ede0f

Please sign in to comment.