Skip to content

Commit

Permalink
Merge pull request #32 from nhnacademy-be6-5ritang/feature/schedulerE…
Browse files Browse the repository at this point in the history
…xception

feature "annotation 설정 제거"
  • Loading branch information
dlrudgjs104 authored Aug 1, 2024
2 parents 7742cf6 + b626345 commit 2fceced
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,7 @@
</dependency>


<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>

</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
@EnableScheduling
@EnableFeignClients
@EnableWebSecurity
@EnableAspectJAutoProxy
public class BookStoreCouponApplication {

public static void main(String[] args) {
Expand Down

0 comments on commit 2fceced

Please sign in to comment.