Skip to content
Snippets Groups Projects
Commit be640654 authored by eggle's avatar eggle
Browse files

+crossOrigin

parent 7118fb4e
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@
<workItem from="1602847197455" duration="109000" />
<workItem from="1602848069583" duration="703000" />
<workItem from="1602849233957" duration="108000" />
<workItem from="1603003919848" duration="2853000" />
<workItem from="1603003919848" duration="3152000" />
</task>
<task id="LOCAL-00001" summary="+cors">
<created>1603004806109</created>
......@@ -235,7 +235,21 @@
<option name="project" value="LOCAL" />
<updated>1603006656737</updated>
</task>
<option name="localTasksCounter" value="6" />
<task id="LOCAL-00006" summary="+crossOrigin">
<created>1603006858606</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1603006858606</updated>
</task>
<task id="LOCAL-00007" summary="+crossOrigin">
<created>1603007071480</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1603007071480</updated>
</task>
<option name="localTasksCounter" value="8" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......@@ -268,10 +282,10 @@
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="707" y="446" key="#com.intellij.javaee.module.view.common.J2EE.J2EEDeploymentDescriptorLocationPanel.changeDDPath/0.0.1920.1080@0.0.1920.1080" timestamp="1603004660645" />
<state x="491" y="115" key="CommitChangelistDialog2" timestamp="1603006656077">
<state x="491" y="115" key="CommitChangelistDialog2" timestamp="1603007070746">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="491" y="115" key="CommitChangelistDialog2/0.0.1920.1080@0.0.1920.1080" timestamp="1603006656077" />
<state x="491" y="115" key="CommitChangelistDialog2/0.0.1920.1080@0.0.1920.1080" timestamp="1603007070746" />
<state width="1877" height="242" key="GridCell.Tab.0.bottom" timestamp="1602849342351">
<screen x="0" y="0" width="1920" height="1080" />
</state>
......@@ -332,10 +346,10 @@
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="440" y="114" key="SettingsEditor/0.0.1920.1080@0.0.1920.1080" timestamp="1603004662334" />
<state x="552" y="272" key="Vcs.Push.Dialog.v2" timestamp="1603006659036">
<state x="552" y="272" key="Vcs.Push.Dialog.v2" timestamp="1603007073865">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="552" y="272" key="Vcs.Push.Dialog.v2/0.0.1920.1080@0.0.1920.1080" timestamp="1603006659036" />
<state x="552" y="272" key="Vcs.Push.Dialog.v2/0.0.1920.1080@0.0.1920.1080" timestamp="1603007073865" />
<state x="334" y="200" key="new project wizard" timestamp="1601123070008">
<screen x="0" y="0" width="1920" height="1080" />
</state>
......
......@@ -5,7 +5,7 @@ import com.example.oasisdemo.vo.ResponseVO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
//@CrossOrigin(origins = "http://101.132.151.29", methods = {RequestMethod.GET, RequestMethod.POST, RequestMethod.PUT, RequestMethod.DELETE}, maxAge = 60L)
@CrossOrigin(origins = {"http://101.132.151.29","http://120.55.43.25:8088/"}, methods = {RequestMethod.GET, RequestMethod.POST, RequestMethod.PUT, RequestMethod.DELETE}, maxAge = 60L)
@RestController
public class AuthorDisplayController {
@Autowired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment