반응형
Cannot load JDBC driver class 'org.mariadb.jdbc.Driver'
https://mvnrepository.com/에서 해당 라이브러리를 찾아서 pom.xml에 넣어준다.
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.0.3</version>
</dependency>
반응형
'WEB > Error' 카테고리의 다른 글
[TypeScript] 'tsc'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는배치 파일이 아닙니다 (0) | 2023.09.30 |
---|---|
[JAVA] the method is undefined for the type (0) | 2022.02.09 |
[jQuery][Javascript] Getting attribute of a parent node $(this).parentNode.attr('class') (0) | 2022.01.01 |
[GitHub] remote: Support for password authentication was removed on August 13, 2021. Plea.. (0) | 2021.12.24 |
[HTML] 마크업 유효성 검사 (0) | 2020.10.26 |