AsyncEventBus // AsyncEventBus Configuration import com.google.common.eventbus.AsyncEventBus; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.Executor; import java.util.concurrent.ThreadPoolExecutor; import java.util.concurrent.TimeUnit; private static final int CORE_POOL_SIZE = 80; private static final int MAX_POOL_SIZE = 100; private static final int KEEP_ALIVE_TIME..
Guava- 구글이 개발한 자바 오픈소스 유틸리티 라이브러리.CacheCollectionFunctionalStringOthers 1. Local Cachesample codeprivate LoadingCache sampleCache = CacheBuilder.newBuilder().maximumSize(100000).expireAfterWrite(1, TimeUnit.MINUTES).build(new CacheLoader() {@Overridepublic String load(Long targetId) {return targetRepository.findById(targetId);}}); public void refresh(Long id) {sampleCache.refresh(targetId)} publ..
- Total
- Today
- Yesterday
- Typesafe Config
- @Primary
- Discriminate Mapping
- Query DSL
- SmartLifecycle
- Embedded Mapping
- JPA
- spring spel
- Spring
- Join Table
- Akka
- java EqualsAndHashCode
- Registrar
- Spring JDBC Template
- java generic
- Sprint RetryTemplate
- DI
- scikit-learn
- guava
- Property
- docker
- Criteria
- 복합키 Mapping
- Embeddable Mapping
- JPA Criteria
- java Equals
- Mapping
- RetryTemplate
- Spring Registrar
- Charles proxy
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |