jar로 단독실행시 프로파일을 설정해줄수 있다.
application-prod.properties 파일을 만들고 아래와 같이 실행
java -jar sample.jar --spring.profiles.active=prod
'Programming > Springboot' 카테고리의 다른 글
[springboot] junit4 + controller test [mockMvc] (0) | 2020.03.27 |
---|---|
[springboot] @autowired 안에서 @value로 호출한 값 못 읽을때 (0) | 2019.03.13 |
[springboot] springboot + spring security + jpa + thymeleaf (1) | 2017.06.15 |
[springboot] mybatis-multiple-datasource / db 여러개 사용 (0) | 2017.03.29 |
[springboot] springboot starter maven dependency (0) | 2017.03.27 |