提交 f10b2b64 编写于 作者: F fangzhipeng

深入理解Spring Cloud与微服务构建

上级 4cd63f9d
此差异已折叠。
此差异已折叠。
...@@ -46,7 +46,7 @@ public class UserServiceDetail implements UserDetailsService { ...@@ -46,7 +46,7 @@ public class UserServiceDetail implements UserDetailsService {
throw new UserLoginException("error password"); throw new UserLoginException("error password");
} }
// 获取token // 获取token
JWT jwt=client.getToken("Basic d2ViX2FwcDo=","password",username,password); JWT jwt=client.getToken("Basic dXNlci1zZXJ2aWNlOjEyMzQ1Ng==","password",username,password);
// 获得用户菜单 // 获得用户菜单
if(jwt==null){ if(jwt==null){
throw new UserLoginException("error internal"); throw new UserLoginException("error internal");
......
...@@ -939,7 +939,7 @@ ...@@ -939,7 +939,7 @@
<workItem from="1503722241798" duration="59000" /> <workItem from="1503722241798" duration="59000" />
<workItem from="1513135527706" duration="83000" /> <workItem from="1513135527706" duration="83000" />
<workItem from="1522219829150" duration="557000" /> <workItem from="1522219829150" duration="557000" />
<workItem from="1522309315389" duration="483000" /> <workItem from="1522309315389" duration="619000" />
</task> </task>
<servers /> <servers />
</component> </component>
...@@ -976,11 +976,10 @@ ...@@ -976,11 +976,10 @@
</history-entry> </history-entry>
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="142644000" /> <option name="totallyTimeSpent" value="142780000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="43" y="23" width="1237" height="777" extended-state="1" /> <frame x="43" y="23" width="1237" height="777" extended-state="0" />
<editor active="true" />
<layout> <layout>
<window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册