Skip to content

Commit

Permalink
feature "annotation 설정 제거"
Browse files Browse the repository at this point in the history
  • Loading branch information
kihoo-ni committed Aug 1, 2024
1 parent 199a27b commit b626345
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 b626345

Please sign in to comment.