일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- java최솟값구하기
- 코딩부트캠프후기
- 격파르타합격후기
- 격파르타후기
- java set 출력
- 컴파일
- 격파르타장점
- javaJVM
- sqld자격증합격
- java참조자료형
- java map
- 항해15기
- 항해99후기
- java map 저장
- java기본자료형
- java 자료구조 활용
- 비전공자sqld
- 프로그래머스제일작은수
- 작은수제거하기
- javaJRE
- java list 저장
- java map 출력
- 노베이스부트캠프
- 인터프린터언어
- java알고리즘문제풀이
- java알고리즘
- 프로그래머스
- 격파르타비전공자
- java list 출력
- java set 저장
- Today
- Total
코딩과 결혼합니다
Spring 회원 가입 구현과 에러 잔치^^ 본문
ERROR 25832 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
Access denied for user 'root'@'localhost' (using password: YES)
HikariPool-1 - 풀 초기화 중 예외 발생. 아하 암호를 다르게 해서 그랬나보다.
WARN 25832 --- [ main] o.h.e.j.e.i.JdbcEnvironmentInitiator : HHH000342: Could not obtain connection to query metadata
쿼리 메타데이터에 대한 연결을 가져올 수 없습니다.
ERROR 25832 --- [ main] j.LocalContainerEntityManagerFactoryBean : Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'javax.persistence.jdbc.url', 'hibernate.connection.url', or 'hibernate.dialect')
JPAEntityManagerFactory를 초기화하지 못했습니다: 요청한 서비스 [org.hibernate.engine.jdbc.env.spi]를 생성할 수 없습니다.JdbcEnvironment] 원인: JDBC 메타데이터가 없는 방언을 확인할 수 없습니다
WARN 25832 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'javax.persistence.jdbc.url', 'hibernate.connection.url', or 'hibernate.dialect')
'entityManagerFactory'로 빈을 생성하는 동안 오류가 발생했습니다
ERROR 25832 --- [ main] o.s.boot.SpringApplication : Application run failed
응용 프로그램 실행 실패
해결 : password를 정확히 입력해주니 오류가 사라짐.
난.. 정말 무서웠다고
'2세 > Spring' 카테고리의 다른 글
230706 - 테이블, entity 간의 연관 관계 (0) | 2023.07.06 |
---|---|
230705 - Spring 필터 적용 코드 분석 (0) | 2023.07.05 |
230704 - annotation 정리 (회원 가입 구현) (0) | 2023.07.04 |
230703 - Bean 수동 등록 (1) | 2023.07.03 |
(WIL) 230702 - DI, IoC, Bean (0) | 2023.07.03 |