09 2021 档案
摘要:最近在部署Springboot应用时,需要设置启动脚本,编写调试完成,记之如下: 启动脚本: #!/bin/bash APP_NAME=dataservice-engine JAR_NAME=dataservice-engine-0.0.1-SNAPSHOT.jar PID=$APP_NAME\.p
阅读全文
摘要:最近有需求为 Elasticsearch增加连接池,经过搜索资料决定采用GenericObjectPool进行实现,在网上查找的资料,记之如下: apache提供了三种对象池:GenericKeyedObjectPool,SoftReferenceObjectPool和GenericObjectPo
阅读全文