Linux
setenv.sh 파일 생성 후 아래와 같이 작성
JAVA_OPTS="$JAVA_OPTS -Dspring.profiles.active={profile_name}"
Window
setenv.bat 파일 생성 후 아래와 같이 작성
JAVA_OPTS=%JAVA_OPTS% -Dspring.profiles.active={profile_name}
'Development > Spring' 카테고리의 다른 글
Why Spring - 왜 스프링을 사용하지? (0) | 2017.07.17 |
---|---|
IntelliJ 로 SpringBoot + Gradle 프로젝트 생성하기 (1) | 2017.01.31 |
빈(bean) 의존관계 설정. (0) | 2016.08.03 |
빈 설정 메타정보 (Config) 작성 테스트 (0) | 2016.07.31 |