Skip to content

Commit

Permalink
[Fix] :: application annotation position fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 9, 2024
1 parent 174a9b9 commit 1e3d1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/project/qvick/QvickApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
import org.springframework.scheduling.annotation.EnableAsync;

@EnableAsync
@EnableJpaAuditing
@SpringBootApplication
@EnableAsync
public class QvickApplication {

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

0 comments on commit 1e3d1e1

Please sign in to comment.