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 |
Tags
- jar 배포
- formik
- 티스토리챌린지
- reids
- pinpoint
- LPOS
- Ingress Controller Fake
- ㅉ때
- fake jwt
- 노드간 통신
- 오블완
- 월급루팡 일지
- 7879
- 플루터
- UnsupportedOperationException
- 애자일 싫타
- 개발 어렵당.ㅠ
- nGinder
- RedirectService
- save/update
- OIDC
- hbase 저장공간 설정
- 핀포인트
- R2DBC Paging
- Loki 로그
- 논블록킹 성능
- intellij
- pinpoint 2.5.3
- Armeria
- jsonMarshaller
Archives
- Today
- Total
목록apply (1)
대머리개발자
[코틀린] 더욱 코틀린스럽게(apply, also)
@Bean("jasyptStringEncryptor") fun stringEncryptor(): StringEncryptor { val encryptor = PooledPBEStringEncryptor() val config = SimpleStringPBEConfig() config.setPoolSize("1") config.password = password config.stringOutputType = "base64" config.setKeyObtentionIterations("1000") config.provider = BouncyCastleProvider() config.algorithm = "PBEWithSHA256And128BitAES-CBC-BC" config.setSaltGeneratorC..
개발이야기/코틀린
2023. 9. 7. 13:49