Skip to content

Commit

Permalink
fix: application-local.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hojeong2747 committed Jun 18, 2023
1 parent f3dd193 commit 20807ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/trothly/trothcam/SampleController.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class SampleController {

@RequestMapping("/sample")
public String sample() {
return "Sample!!";
return "Sample:)";
}
}
4 changes: 2 additions & 2 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ spring:
config:
activate:
on-profile: local
import:
application-secret.yml
# import:
# application-secret.yml

0 comments on commit 20807ce

Please sign in to comment.