Skip to content

Commit

Permalink
chore : yml 기본 프로필 수정 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuminzi committed Oct 11, 2023
1 parent 5ab20b1 commit 4be7e8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ public class AppConfig {
@Getter
private static String siteName;
@Getter
private static String siteBaseUrl;
@Getter
public static double wholesalePriceRate;

@Getter
Expand All @@ -39,10 +37,6 @@ public void setSiteName(String siteName) {
AppConfig.siteName = siteName;
}

@Value("${custom.site.baseUrl}")
public void setSiteBaseUrl(String siteBaseUrl) {
AppConfig.siteBaseUrl = siteBaseUrl;
}

@Value("${custom.rebate.wholesalePriceRate}")
public void setWholesalePriceRate(double value) {
Expand Down
3 changes: 0 additions & 3 deletions 4Week_Mission/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ server:
spring:
profiles:
active: dev
include:
- base-addi
batch:
job:
names: ${JOB_NAME:none}
Expand Down Expand Up @@ -48,4 +46,3 @@ custom:
wholesalePriceRate: 0.5
site:
name: MEOTBOOKS
baseUrl: "http://localhost:8010"

0 comments on commit 4be7e8c

Please sign in to comment.