master
wubin 4 years ago
parent b09987f9a7
commit 312af71673

@ -5,7 +5,10 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="e8f146ac-f507-4bd7-9ea5-679097c20d1c" name="Default Changelist" comment=""> <list default="true" id="e8f146ac-f507-4bd7-9ea5-679097c20d1c" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/../../../Report2019/004各级各类民办教育学生情况.rpx" beforeDir="false" afterPath="$PROJECT_DIR$/../../../Report2019/004各级各类民办教育学生情况.rpx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/../../../Report2020/004各级各类民办教育学生情况.rpx" beforeDir="false" afterPath="$PROJECT_DIR$/../../../Report2020/004各级各类民办教育学生情况.rpx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/demo/index/IndexController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/demo/index/IndexController.java" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -118,6 +121,17 @@
<option name="Make" enabled="true" /> <option name="Make" enabled="true" />
</method> </method>
</configuration> </configuration>
<configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
<option name="arquillianRunConfiguration">
<value>
<option name="containerStateName" value="" />
</value>
</option>
<option name="TEST_OBJECT" value="class" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary> <recent_temporary>
<list> <list>
<item itemvalue="Application.Start" /> <item itemvalue="Application.Start" />
@ -139,6 +153,7 @@
<workItem from="1612597219020" duration="2993000" /> <workItem from="1612597219020" duration="2993000" />
<workItem from="1615347379769" duration="21000" /> <workItem from="1615347379769" duration="21000" />
<workItem from="1615347415032" duration="8000" /> <workItem from="1615347415032" duration="8000" />
<workItem from="1619600842667" duration="3844000" />
</task> </task>
<servers /> <servers />
</component> </component>

@ -10,13 +10,13 @@ import java.util.Base64;
public class IndexController extends Controller { public class IndexController extends Controller {
//服务器的位置信息 //服务器的位置信息
String OAuth2Server = "http://10.10.14.187"; String OAuth2Server = "http://www.ccsjy.cn";
String authCodeURI = OAuth2Server + "/oauth2/authorize"; String authCodeURI = OAuth2Server + "/oauth2/authorize";
String authTokenURI = OAuth2Server + "/oauth2/access_token"; String authTokenURI = OAuth2Server + "/oauth2/access_token";
//在服务器注册生成的用户和密码 //在服务器注册生成的用户和密码
String clientId = "bu3pcf7cl45ug8dup8og"; String clientId = "c078fqpqbqf91bggrro0";
String clientSecret = "01emmt5qdyszh9ndbpbg4zk4tn"; String clientSecret = "01ewwc5wdjhv14nkp2n6hcvbsb";
String redirectURI = "http://127.0.0.1:8003/code"; String redirectURI = "http://127.0.0.1:8003/code";
String oauthCallback = "http://127.0.0.1:8003/success"; String oauthCallback = "http://127.0.0.1:8003/success";

Loading…
Cancel
Save