#����Դ���� 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/hhwmstestks?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2b8 #spring.datasource.druid.master.url=jdbc:mysql://172.16.29.15:3306/hhwms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2b8&autoReconnect=true&failOverReadOnly=false&maxReconnects=9999&initialTimeout=30&rewriteBatchedStatements=true #spring.datasource.druid.master.username=softhuaheng #spring.datasource.druid.master.password=HHrobot123. #spring.datasource.druid.master.url=jdbc:mysql://localhost:3306/hhwms_cs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2b8&autoReconnect=true&maxReconnects=9999&initialTimeout=30&rewriteBatchedStatements=true #spring.datasource.druid.master.username=root #spring.datasource.druid.master.password=hhsoftware #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://117.62.222.186:3306/wms_v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2b8 spring.datasource.druid.master.url=jdbc:mysql://172.16.2.8:3306/hhwms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2b8&autoReconnect=true&maxReconnects=9999&initialTimeout=30&rewriteBatchedStatements=true spring.datasource.druid.master.username=softhuaheng spring.datasource.druid.master.password=HHrobot123. #spring.datasource.druid.master.url=jdbc:mysql://172.16.2.8:3306/hhwmstest?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2b8&autoReconnect=true&maxReconnects=9999&initialTimeout=30&rewriteBatchedStatements=true #spring.datasource.druid.master.username=softhuaheng #spring.datasource.druid.master.password=HHrobot123. spring.datasource.druid.slave.driverClassName=oracle.jdbc.OracleDriver spring.datasource.druid.slave.url=jdbc:oracle:thin:@//172.16.2.65:1521/topprd #spring.datasource.druid.slave.username=dsdemo #spring.datasource.druid.slave.password=dsdemo spring.datasource.druid.slave.username=dsdata spring.datasource.druid.slave.password=dsdata #spring.datasource.druid.master.username=root #spring.datasource.druid.master.password=hhsoftware #spring.datasource.druid.master.username=root #spring.datasource.druid.master.password=hhsoftware # �ӿ� #spring.datasource.druid.slave.open = false #spring.datasource.druid.slave.url=jdbc:mysql://117.62.222.186:3306/wms_v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false #spring.datasource.druid.slave.username=softhuaheng #spring.datasource.druid.slave.password=HHrobot123. #WCS�� #spring.datasource.druid.wcs.url = jdbc:mysql://172.16.2.8:3306/hhwms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2b8 #spring.datasource.druid.wcs.username=softhuaheng #spring.datasource.druid.wcs.password=HHrobot123. #spring.datasource.druid.wcs.url = jdbc:mysql://172.16.2.8:3306/hhwms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2b8 #spring.datasource.druid.wcs.username=softhuaheng #spring.datasource.druid.wcs.password=HHrobot123. # ��ʼ������ spring.datasource.druid.initial-size=10 # ������ӳ�����,�Ե�ǰCPU������2 spring.datasource.druid.max-active=20 # ��С���ӳ����� spring.datasource.druid.min-idle=8 # ���û�ȡ���ӵȴ���ʱ��ʱ�� spring.datasource.druid.max-wait=30000 # ��PSCache������ָ��ÿ��������PSCache�Ĵ�С spring.datasource.druid.pool-prepared-statements=true spring.datasource.druid.max-pool-prepared-statement-per-connection-size=20 # ���ü����òŽ���һ�μ�⣬�����Ҫ�رյĿ������ӣ���λ�Ǻ��� spring.datasource.druid.timeBetweenEvictionRunsMillis=30000 # ����һ�������ڳ�����С�����ʱ�䣬��λ�Ǻ��� 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 logger.path=D:\\home\\WMSlog