일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 자바
- 자바스크립트 코딩의 기술
- 개발자 회고록
- 스프링 빈
- 프로그래머스
- Kotlin
- 스프링 컨테이너
- 코딩테스트
- 리눅스
- 백준 java
- 리눅스마스터 3과목
- 월간코드챌린지
- GoingBus
- map
- 문자열
- 고잉버스
- 명령어
- 리눅스마스터1급
- JavaScript
- java 백준 1차원 배열
- 백준 javascript
- 코테
- Memoir
- 반복문
- Linux
- 리눅스마스터 1급 정리
- toCharArray
- 연습문제
- 카카오
- Java
- 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..