From ad58ca00815ea3ac02d8e2e7bb2e2b001e8a8204 Mon Sep 17 00:00:00 2001 From: "kings.chan" Date: Tue, 13 Nov 2018 09:13:39 +0800 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b96addc0..ab12f047 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -24,14 +24,15 @@ spring.data.mongodb.port=27017 spider.timeout=8000 spider.useagent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3346.9 Safari/537.36 ## token -xueqiu.token=7fb0562a973ec23251a8aa382852a6257f9e346b -eastmoney.token=70f12f2f4f091e459a279469fe49eca5 +xueqiu.token= +eastmoney.token= +tushare.token= #security management.context-path=/admin management.security.enabled=false management.security.roles=SUPERUSER -security.user.name=root -security.user.password=kingschan +security.user.name= +security.user.password= ###ehcache spring.cache.ehcache.config=classpath:ehcache.xml