We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91eb92e commit ad58ca0Copy full SHA for ad58ca0
src/main/resources/application.properties
@@ -24,14 +24,15 @@ spring.data.mongodb.port=27017
24
spider.timeout=8000
25
spider.useagent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3346.9 Safari/537.36
26
## token
27
-xueqiu.token=7fb0562a973ec23251a8aa382852a6257f9e346b
28
-eastmoney.token=70f12f2f4f091e459a279469fe49eca5
+xueqiu.token=
+eastmoney.token=
29
+tushare.token=
30
31
#security
32
management.context-path=/admin
33
management.security.enabled=false
34
management.security.roles=SUPERUSER
-security.user.name=root
35
-security.user.password=kingschan
+security.user.name=
36
+security.user.password=
37
###ehcache
38
spring.cache.ehcache.config=classpath:ehcache.xml
0 commit comments