Skip to content

Commit

Permalink
Merge pull request #31 from tukcomCD2024/refactor/#30-backend-core-di…
Browse files Browse the repository at this point in the history
…rectory

Refactor/#30 Backend Core Directory (core directory 추가)
  • Loading branch information
yeonjy authored Mar 19, 2024
2 parents f129860 + 306ed35 commit b71de8f
Show file tree
Hide file tree
Showing 44 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
import org.springframework.scheduling.annotation.EnableScheduling;

@EnableJpaAuditing
@EnableScheduling
@SpringBootApplication
public class BackendApplication {

Expand Down
Empty file.
1 change: 0 additions & 1 deletion backend/src/main/resources/application.properties

This file was deleted.

0 comments on commit b71de8f

Please sign in to comment.