123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- #ָ���˿�
- server.port=8887
- ############���duboo����###########
- # Ӧ�ó�������֣������Լ����塣��Ҫ��Ϊ����ע��������һ����ʶ������ע����������һ��Ӧ�����ṩ����
- spring.application.name=taotao-sso-service
-
- #ע�����ĵ�ַ 2181�˿���Ҫ�������ߺ�ע������ͨѶ�Ķ˿�
- dubbo.registry.address=zookeeper://192.168.37.161:2181
- #�˿ںſ���д��address�У�Ҳ���Ե���д��ʵ���Ǵ�address�л�ȡ��port��null���������õ�port������null
- #dubbo.registry.port=2181
- #ָ��dubboʹ�õ�Э�顢�˿�
- # �����ߺ�������֮��Ի���Э��Ͷ˿ڣ��ñ�����web���õ�Э����httpЭ�飬�˿�Ĭ����80�˿�
- dubbo.protocol.name=dubbo
- dubbo.protocol.port=20882
- #ָ��ע�ᵽzk�ϳ�ʱʱ�䣬ms 10����û��ע�����ע�����ģ��ͻ��׳���ʱ���쳣
- dubbo.registry.timeout=120000
- dubbo.scan.base-packages=com.itheima
- spring.datasource.driver-class-name=com.mysql.jdbc.Driver
- spring.datasource.url=jdbc:mysql://localhost:3306/taotao
- spring.datasource.username=root
- spring.datasource.password=333
- ################################���� redis
- # Redis���ݿ�������Ĭ��Ϊ0��
- #spring.redis.database=0
- # Redis��������ַ
- spring.redis.host=120.78.52.202
- # Redis���������Ӷ˿�
- spring.redis.port=6378
- # Redis�������������루Ĭ��Ϊ�գ�
- spring.redis.password=
- ## ���ӳ������������ʹ�ø�ֵ��ʾû�����ƣ�
- #spring.redis.jedis.pool.max-active=20
- ## ���ӳ���������ȴ�ʱ�䣨ʹ�ø�ֵ��ʾû�����ƣ�
- #spring.redis.jedis.pool.max-wait=-1
- ## ���ӳ��е�����������
- #spring.redis.jedis.pool.max-idle=10
- ## ���ӳ��е���С��������
- #spring.redis.jedis.pool.min-idle=0
- ## ���ӳ�ʱʱ�䣨���룩
- #spring.redis.timeout=1000
- ################################���� token ����ʱ��
- SESSION_EXPIRE=1800
- TOKEN_KEY=token
|