반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Jenkins
- codebuild
- Spring Error
- Flux
- codepipeline
- Airflow
- or some instances in your deployment group are experiencing problems.
- codedeploy
- aws
- node
- AWS CI/CD 구축하기
- chart.js
- Kafka
- Python
- PostgreSQL
- JavaScript
- kubeflow
- 도커
- SQL
- chartjs
- bootstrap
- VPN
- java bigdecimal
- docker
- aws cicd
- Spring
- codedeploy error
- IntelliJ
- redis
- COALESCE
Archives
- Today
- Total
Small Asteroid Blog
[spring] Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true 본문
백엔드/Spring
[spring] Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
작은소행성☄️ 2021. 8. 24. 11:13728x90
스프링 2.1 버전부터는 overriding의 default 값이 false로 나와서 생기는 오류라고한다.
해결 방법은 application.properties에 Action에 나와있는 'spring.main.allow-bean-definition-overriding=true'를 넣어주면 된다.
728x90
반응형
'백엔드 > Spring' 카테고리의 다른 글
PageRequest - PageableDefault 설정 변경 (0) | 2021.09.06 |
---|---|
Querydsl like, contains 차이 (0) | 2021.09.06 |
HttpURLConnection HttpsURLConnection구분 (0) | 2021.08.20 |
[CSS] Uncaught SyntaxError: Unexpected token '{' (0) | 2021.08.10 |
[jpa error] The given id must not be null! (0) | 2021.06.21 |