-
- JDBC 사용 이유
mysql, oracle 등 구현체를 신경쓰지 않고 사용하기 위함
- JDBC 템플릿 콜백 패턴 공부하기
구조적 반복을 줄이기 위해 템플릿 메소드 패턴과 전략 패턴을 엮은 JdbcTemplate 클래스를 제공
-
### 기능 설명
이번에는 Schedule과 JobRecommedation api와 관련된 코드를 수정하겠습니다.
해당 부분을 수정하고 나서는 N+1 문제가 발생하는 곳 또한 찾아서 수정할 계획입니다.
### ✅ 할 일
- [x] 중복 및 불필요한 코드 정리
- [x] QueryDSL Repository 사용 값 import static…
-
**Bug description**
BATCH_JOB_EXECUTION.STATUS may be null. If it is, a NullPointerException is thrown by JdbcJobExecutionDao.JobExecutionRowMapper.mapRow, See this line:
`jobExecution.setStatus(B…
-
- 실습2 코드에 쿼리 날리는 부분 JDBCTemplate 으로 작성하기 (2)
- 실습2 UI 붙이기
-
According to this [Benchmark](https://github.com/brettwooldridge/HikariCP/blob/dev/documents/Welcome-To-The-Jungle.md),
> In point of fact, as soon as the pool hit zero available connections, righ…
-
http://blog.didispace.com/spring-boot-flyway-db-version/
久违了的Spring Boot系列,今天抽空更新一篇。去年写过很多篇关于数据访问的文章了,比如下面这些: 使用JdbcTemplate 使用Spring-data-jpa简化数据访问层(推荐) 多数据源配置(一):JdbcTemplate 多数据源配置(二):Spring-da…
-
JIRA issue created by: banderson
Originally opened: 2011-08-17 01:55 PM
Issue body:
(nt)
-
when getting access token this exception is thrown
`Jun 09, 2018 3:29:27 AM org.springframework.security.oauth2.provider.token.store.JdbcTokenStore getAccessToken
SEVERE: Could not extract access…
-
I am using HikariCP-3.4.2 with viertix.io and scala monix.
Using Hikari connection pool is created like
```
def createDataSource(autoCommit: Boolean = false, connectionTimeout: Long = 60000,
…
-
你好,已经参考过 https://github.com/alibaba/otter/issues/225,但是没有解决我的问题
麻烦请教一下:
场景如下:
商品和sku表,一比多,因为查询sku经常根据itemId查询,使用DRDS时,我选择了itemId作为拆分键,但是sku表还有个主键id。现在我用otter实现 RDS到DRDS的增量数据同步时出现了问题(binlog解析并合并出来的E…