|
scheduledExecutorService::factory=com_ekexiu_project_util_ScheduledExecutorServiceFactory
scheduledExecutorService.factory-method=create
dataSource=com.alibaba.druid.pool.DruidDataSource
#��ݿ����ӵ�ַ����ơ�����
dataSource.url=jdbc:postgresql://127.0.0.1:5432/storage
dataSource.username=postgres
dataSource.password=postgres
#���ӳ�����ʱ�ij�ʼֵ����ʼ�����ӣ�
dataSource.initialSize::int=1
#��С��������ֵ
dataSource.minIdle::int=1
#���ӳص����ֵ���������������
dataSource.maxActive::int=1
#��ʱ�ȴ�ʱ�䣨maxWait��?Connection�þ��ˣ����֮����л��ն�ʧ���ӣ�
dataSource.maxWait::long=60000
#���ӳ�ʱ�����ʱ����
dataSource.timeBetweenEvictionRunsMillis::long=60000
#���ӵij�ʱʱ��
dataSource.minEvictableIdleTimeMillis::long=300000
#������֤�����ӳ�ȡ��������
dataSource.validationQuery=SELECT 1
#ָ�������Ƿ������ӻ�����(�����)���м���.�����ʧ�������ӽ����ӳ���ȥ��
dataSource.testWhileIdle::boolean=true
#�ڴӳ���ȡ������ǰ���м���,������ʧ����ӳ���ȥ�����Ӳ�����ȡ����һ��
dataSource.testOnBorrow::boolean=true
#ָ���Ƿ��ڹ黹������ǰ���м���
dataSource.testOnReturn::boolean=true
#�����ص�prepared statement �ع���
dataSource.poolPreparedStatements::boolean=true
#statement���ܹ�ͬʱ����Ĵ�statements���������
dataSource.maxPoolPreparedStatementPerConnectionSize::int=20
#Ĭ�ϵ�SQL����Զ��ύ״̬(������ر�)���������ӳر�������(false�����ӳض�)
dataSource.defaultAutoCommit::boolean=false
com_ekexiu_project_storage_resource_service_StorageService.filePath::java.io.File=/ekexiu/storage/data
com_ekexiu_project_hdfs_HdfsService.remoteUrl=hdfs://39.97.161.48:9000
|