Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
papicc45 committed Apr 2, 2024
1 parent 8a27c00 commit 38316b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;

@SpringBootApplication
@EnableFeignClients
@EnableJpaAuditing
public class BoardServiceCopyApplication {

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

0 comments on commit 38316b3

Please sign in to comment.