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
- Query DSL
- Akka
- Charles proxy
- Registrar
- Discriminate Mapping
- RetryTemplate
- DI
- Spring
- guava
- Criteria
- java generic
- Sprint RetryTemplate
- scikit-learn
- java Equals
- Embeddable Mapping
- SmartLifecycle
- Property
- Typesafe Config
- @Primary
- JPA
- 복합키 Mapping
- JPA Criteria
- Join Table
- spring spel
- Spring Registrar
- docker
- Mapping
- java EqualsAndHashCode
- Embedded Mapping
- Spring JDBC Template
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |