일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 반복문
- 카카오
- 월간코드챌린지
- 문자열
- 스프링 빈
- 명령어
- 리눅스마스터1급
- Linux
- Java
- 코딩테스트
- 리눅스마스터 1급 정리
- 개발자 회고록
- 자바
- 리눅스마스터 3과목
- GoingBus
- JavaScript
- 코테
- map
- toCharArray
- 프로그래머스
- Memoir
- 백준 java
- 자바스크립트 코딩의 기술
- Kotlin
- 리눅스
- 연습문제
- 고잉버스
- java 백준 1차원 배열
- 스프링 컨테이너
- 백준 javascript
- Today
- Total
목록 application.yml (2)
hoon's bLog
Error 발생 경로 새로운 프로젝트를 하다보면 구성이나 설정이 조금씩 바뀌면서, 이따금 구동하면서 다음과 같은 에러가 발생한다. 이번 에러는 저번 게시물과 똑같은 에러이다. 이번엔 application.properties와 application.yml을 정상적으로 입력했음에도 발생한 에러이다. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure ..
Error 발생 경로 새로운 프로젝트를 하다보면 구성이나 설정이 조금씩 바뀌면서, 이따금 구동하면서 다음과 같은 에러가 발생한다. Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured..