일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- dfs
- github
- 클라우드
- azure
- 동적계획법
- 디자인 패턴
- Java
- git
- PostgreSQL
- 메모이제이션
- Solid
- MariaDB
- 추상화
- CSS
- 상속
- dotenv
- Secret
- bfs
- netlify
- 캡슐화
- package
- npm
- AOP
- GOF
- 다형성
- DP
- mock
- 객체지향
- 서브셋폰트
- process.env
Archives
- Today
- Total
이것저것 해보기🌼
application.yml 파일을 local, dev, prod, oauth 등으로 세분화하기 본문
Spring Boot 2.4 버전 이후 부터는 프로필 파일 형식이 약간씩 바뀌었다.
1) local, dev, prod 로 파일을 나누는 방법과
2) oauth 등 중요 인증정보를 include 시키는 방법에 대해 알아보자.
https://velog.io/@westreed/Spring-application.yml-%EA%B4%80%EB%A6%AC%ED%95%98%EA%B8%B0
'BE > Spring Boot' 카테고리의 다른 글
Spring Security Deprecated 코드 변환하기 (0) | 2024.05.07 |
---|---|
springSecurityFilterChain cannot be null 에러 해결방법 (0) | 2024.05.07 |
java.lang.ClassNotFoundException: org.h2.Driver - H2 연결 에러 해결 (0) | 2024.05.07 |
[웹] 세션 (0) | 2021.08.29 |
[프로그래머스 과제관] 주문 관리 API 서버 개발 (6) | 2021.07.08 |