Inflearn brand logo image

Inflearn Community Q&A

tialla004979's profile image
tialla004979

asked

Spring Boot Concepts and Utilization

Profile

spring.profiles.include=proddb ..

Written on

·

700

0

application-prod.properties에
spring.profiles.include=proddb이 include되지 않아요.

어떤 것을 확인해보면될까요?

구글링해봐도 관련 내용이 없어요. ㅠ

springjavaspring-boot

Answer 2

2

whiteship님의 프로필 이미지
whiteship
Instructor

혹시 스프링 부트 2.4를 쓰고 계신가요? 스프링 2.4부터 spring.profiles.active와 spring.profiles.include를 같이 사용할 수 없도록 바꼈습니다. 자세한 정보는 이 블로그를 참고해 보시기 바랍니다.

https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4

또는 최근에 올린 "스프링 부트 업데이트" 강의를 참고해 주세요.

0

tialla004979님의 프로필 이미지
tialla004979
Questioner

그렇군요^^* 확인해 봐야겠네요.
감사합니다.

tialla004979's profile image
tialla004979

asked

Ask a question