2023-04-04T15:35:30.988+09:00 ERROR 16388 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
컴파일 했는데, 마지막 줄에서 ERROR가 떴다.
Unknown database 'db_condingrecipt'
디비 생성을 안 해서 뜨는 오류였다.
create database db_codingrecipe;
디비 생성 완료.
에러가 안 뜬다.
테이블 사용 및 확인을 위해서는
use db_codingrecipe;
입력 후, 테이블 및 데이터를 확인할 수 있다.
300x250
'SOMEDAY > NEED' 카테고리의 다른 글
[MariaDB] UBUNTU MariaDB 사용 db 생성, 삭제, 조회 등 (0) | 2023.05.09 |
---|---|
[JAVA/SPRING] Could not resolve all files for configuration ':classpath'. (0) | 2023.04.10 |
[인텔리제이/IntelliJ] Getter / Setter 단축키 (0) | 2023.04.10 |
[인텔리제이/IntelliJ] 세미콜론 생성 유용한 단축키 (windows) (0) | 2023.02.09 |
[부스트코스] 웹 접근성 지침 정리 2 (0) | 2023.01.02 |