멍청멍청기록
-
Registered driver with driverClassName=oracle.jdbc.driver.OracleDriver was not found, trying direct instantiation 1. 원인 버전으로 인한 오라클 네임이 원인. 오라클9 이후로는 oracle.jdbc.OracleDriver 로 사용. 2. 해결방법 driverClassName 을 ... oracle.jdbc.driver.OracleDriver 대신에 oracle.jdbc.OracleDriver 로 바꾼다.
[오라클] 오라클 드라이버 에러. Registered driver with driverClassName=oracle.jdbc.driver.OracleDriver was not found, trying direct instantiationRegistered driver with driverClassName=oracle.jdbc.driver.OracleDriver was not found, trying direct instantiation 1. 원인 버전으로 인한 오라클 네임이 원인. 오라클9 이후로는 oracle.jdbc.OracleDriver 로 사용. 2. 해결방법 driverClassName 을 ... oracle.jdbc.driver.OracleDriver 대신에 oracle.jdbc.OracleDriver 로 바꾼다.
2019.07.31 -
WARN : org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hikariConfig' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDe..
[IntelliJ 서버 에러] org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initializationWARN : org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hikariConfig' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDe..
2019.07.31 -
web.php 소스
php소스web.php 소스
2019.07.03 -
java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) at org.springframework.test.context.support.DependencyInjectionTestExecution..
스프링 작업 중 에러java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) at org.springframework.test.context.support.DependencyInjectionTestExecution..
2019.06.24 -
maven 에러 Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from/to central (https:/..
스프링 에러) Maven plugin 에러maven 에러 Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from/to central (https:/..
2019.06.01