***************************
APPLICATION FAILED TO START
***************************
Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class
Action:
Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
https://hodolee246.tistory.com/9
Spring Boot DB 오류해결
0. Github https://github.com/hodolee246/on-my-own/tree/master/DBConfig 1. 개요 Spring Boot 프로젝트에서 오류 원인 및 해결방법 "Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configure
hodolee246.tistory.com
이건 해결을 하였다.
근데 왜 실행을 했는데 테이블이 안만들어지지..??
'개발일지 > 일간회고 (TIL)' 카테고리의 다른 글
Java Spring MVC (Model - View - Controller) (0) | 2022.12.07 |
---|---|
레이어드 아키텍처 패턴 (0) | 2022.12.06 |
Java 테스트 코드 (0) | 2022.12.04 |
자바(Java) Interface, Stream, Optinal (0) | 2022.12.01 |
Java 코드가 실행되는 과정 (0) | 2022.11.30 |