블로그
- You must configure either the server or JDBC driver (via the serverTimezone configuration property) to You must configure either the server or JDBC driver (via the serverTimezone configuration property) to
- How do you write apps for the World's Fastest OLTP Database? | Oracle TimesTen Talk Blog OLTP Database is a scale-out, shared nothing RDBMS called Oracle TimesTen Scaleout: How do you write JDBC
- Spring Session - Spring Boot 문서 - https://docs.spring.io/spring-session/docs/current-SNAPSHOT/reference/htmlsingle/#httpsession-jdbc
- [MySQL] sql developer에 mysql 연결하기 인식하지 못하는 에러 : the server time zone value ' ́ëçñ1î±1 ç¥áø1⁄2ã' you must configure either the server or JDBC
- [Spring] xml에서 DB url 설정할 때 에러발생할 경우 해결방법 Cause jdbc 경로 설정해줄 때 & 로 사용했다. xml에서 &를 참조자로 인식해서 발생하는 오류.Solution& 대신 & 사용 예)
- 자바 웹 개발자의 학습 로드맵 interface 와 class 의 개념 외부 라이브러리들을 통합할수 있는 플랫폼(스프링프레임워크) MyBatis(단기간에 배우고 적용가능), ORM(상당히 많은 노하우와 학습이 필요함) JDBC -> spring JDBC -> MyBatis, ORM MyBatis - 학습 비용 낮다. - 주로 Si 업계에서 활동 - 테이블이 정규화되어 있.......
- JDBC 프로그래밍 JDBC 구조 JDBC의 개략적인 구조는 아래와 같으며, 각각의 DBMS 제품 사에서 전용 JDBC 드라이버를 제공하고 있습니다. 자바 어플리케이션 => JDBC API => Oracle JDBC 드라이버 => 데이터베이스 자바 어플리케이션 => JDBC API => Mysql JDBC
- Mybatis spring jdbc 이용해서 코드량을 많이 줄일수 있었다.
- JDBC Introduction What is JDBC - JDBC = Java Database Connectivity = Java API for database-independent connectivity between access = in general (1) JDBC API = providing the application-to-JDBC Manager con.......
- [Spring] 스프링 프레임워크(Spring Framework) 미리 정의 된 템플릿 스프링 프레임 워크는 JDBC, Hibernate, JPA 등의 기술을 위한 템플릿을 제공한다.