Skip to content

Commit

Permalink
Merge pull request #113 from STEPPER-UMC-6th/chore/107
Browse files Browse the repository at this point in the history
[Fix] @propertysource 적용
  • Loading branch information
hyojin425 authored Aug 13, 2024
2 parents d6e09f3 + 2d4ec76 commit b4f34fa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

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

0 comments on commit b4f34fa

Please sign in to comment.