Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 캐치마인드
- 토이프로젝트
- 구글검색광고
- 카카오톡공유하기
- 펀널
- 페이스북광고
- 룩백
- submodules
- 메모장앱
- 스케치데브
- 개발자를_위한 #PPT팁
- 이터널리턴
- 광고플랫폼
- git pull
- git
- 라인광고플랫폼
- funnel
- 블랙서바이벌
- 스케치퀴즈
- 플러터
- Kotlin
- 영원회귀
- nodejs
- 코딩공부
- Redis
- 사이드프로젝트
- 개인앱
- 카카오톡
- nestjs
- 부업
Archives
- Today
- Total
목록Redis (1)
가을기 Workspace
[kotlin] RedisTemplate Kotlin cannot be re-assigned
본 포스팅은 회사일 하면서 트러블슈팅 기록을 적은 글입니다. 문제 class RedisTemplateFactory( private val redisConnectionFactory: RedisConnectionFactory, private val objectMapper: ObjectMapper ) { private val stringRedisSerializer = StringRedisSerializer() fun getRedisTemplate(): RedisTemplate { return getRedisTemplate(stringRedisSerializer, stringRedisSerializer) } private fun getRedisTemplate( keySerializer: RedisSerializ..
개발/kotlin
2021. 5. 4. 23:37