txlcn-demo icon indicating copy to clipboard operation
txlcn-demo copied to clipboard

管理器启动失败,请问redis在哪配置?

Open itpengwei opened this issue 6 years ago • 3 comments

image

itpengwei avatar Apr 08 '19 06:04 itpengwei

同问

q82184828 avatar Apr 27 '19 02:04 q82184828

Redis在你的tm管理器里面配置,详细建议看官网------------------ 原始邮件 ------------------发件人: q82184828 [email protected]发送时间: 2019年4月27日 10:02收件人: codingapi/txlcn-demo [email protected]抄送: itpengwei [email protected], Author [email protected]主题: 回复:[codingapi/txlcn-demo] 管理器启动失败,请问redis在哪配置? (#11)同问

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/codingapi/txlcn-demo","title":"codingapi/txlcn-demo","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/codingapi/txlcn-demo"}},"updates":{"snippets":[{"icon":"PERSON","message":"@q82184828 in #11: 同问"}],"action":{"name":"View Issue","url":"https://github.com/codingapi/txlcn-demo/issues/11#issuecomment-487245855"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/codingapi/txlcn-demo/issues/11#issuecomment-487245855", "url": "https://github.com/codingapi/txlcn-demo/issues/11#issuecomment-487245855", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

itpengwei avatar Apr 27 '19 02:04 itpengwei

在application.properties里面增加redis的配置就ok了: spring.redis.database=xx spring.redis.host=xx.x.x.xx spring.redis.port=xxxx spring.redis.password=xxxxx

wangzunbin avatar Sep 24 '19 08:09 wangzunbin