Skip to content

Commit

Permalink
[Fix] application.yml 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyojin425 committed Aug 13, 2024
1 parent 2d4ec76 commit 0bf2a6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.PropertySource;

@SpringBootApplication
@PropertySource(value = {"env.properties"})
public class StepperBackendApplication {

public static void main(String[] args) {
Expand Down
File renamed without changes.

0 comments on commit 0bf2a6f

Please sign in to comment.