#����Դ���� spring.datasource.type=com.alibaba.druid.pool.DruidDataSource spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver # ���� #spring.datasource.druid.master.url=jdbc:mysql://172.16.29.45:3306/wms_v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2b8 #spring.datasource.druid.master.url=jdbc:mysql://172.16.29.45:3306/huahengExample?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false spring.datasource.druid.master.url=jdbc:mysql://localhost:3306/wms_v2?characterEncoding=utf8&serverTimezone=GMT%2b8 #spring.datasource.druid.master.username=softhuaheng #spring.datasource.druid.master.password=HHrobot123. spring.datasource.druid.master.username=root spring.datasource.druid.master.password=123456 # �ӿ� spring.datasource.druid.slave.open = false spring.datasource.druid.slave.url=jdbc:mysql://199.19.109.117:3306/wms_v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false #spring.datasource.druid.master.username=softhuaheng #spring.datasource.druid.master.password=HHrobot123. # ��ʼ������ spring.datasource.druid.initial-size=4 # ������ӳ����� spring.datasource.druid.max-active=10 # ��С���ӳ����� spring.datasource.druid.min-idle=4 # ���û�ȡ���ӵȴ���ʱ��ʱ�� spring.datasource.druid.max-wait=60000 # ��PSCache������ָ��ÿ��������PSCache�Ĵ�С spring.datasource.druid.pool-prepared-statements=true spring.datasource.druid.max-pool-prepared-statement-per-connection-size=20 # ���ü����òŽ���һ�μ�⣬�����Ҫ�رյĿ������ӣ���λ�Ǻ��� spring.datasource.druid.timeBetweenEvictionRunsMillis=60000 # ����һ�������ڳ�����С�����ʱ�䣬��λ�Ǻ��� spring.datasource.druid.min-evictable-idle-time-millis=300000 spring.datasource.druid.validation-query=SELECT 1 FROM DUAL spring.datasource.druid.test-while-idle=true spring.datasource.druid.test-on-borrow=false spring.datasource.druid.test-on-return=false spring.datasource.druid.stat-view-servlet.enabled=true spring.datasource.druid.stat-view-servlet.url-pattern=/monitor/druid/* spring.datasource.druid.filter.stat.log-slow-sql=true spring.datasource.druid.filter.stat.slow-sql-millis=1000 spring.datasource.druid.filter.stat.merge-sql=false spring.datasource.druid.filter.wall.config.multi-statement-allow=true #��־���� logging.level.com.huaheng=debug logging.level.org.springframework=warn logging.level.spring.springboot.dao=DEBUG #���Է���˿ڡ�������ĿcontextPath