fal量化風(fēng)控模型機(jī)會創(chuàng)造營2.0
2022-11-27 21:34 作者:janet19961217 | 我要投稿
f (properties.getTimeBetweenEvictionRuns() != null) {
? ? ? ? ? ?config.setTimeBetweenEvictionRunsMillis(properties.getTimeBetweenEvictionRuns().toMillis());
? ? ? ?}
? ? ? ?if (properties.getMaxWait() != null) {
? ? ? ? ? ?config.setMaxWaitMillis(properties.getMaxWait().toMillis());
? ? ? ?}
? ? ? ?return config;
? ?}
? ?@Bean(destroyMethod = "destroy")
? ?public LettuceConnectionFactory lettuceConnectionFactory() {
標(biāo)簽: