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

+crossOrigin

parent 3c4240ad
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="c9e03ecf-7684-4e86-a33c-83cbebb2ebeb" name="Default Changelist" comment="" />
<list default="true" id="c9e03ecf-7684-4e86-a33c-83cbebb2ebeb" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
......@@ -198,7 +200,7 @@
<workItem from="1602847197455" duration="109000" />
<workItem from="1602848069583" duration="703000" />
<workItem from="1602849233957" duration="108000" />
<workItem from="1603003919848" duration="1860000" />
<workItem from="1603003919848" duration="2543000" />
</task>
<task id="LOCAL-00001" summary="+cors">
<created>1603004806109</created>
......@@ -214,7 +216,21 @@
<option name="project" value="LOCAL" />
<updated>1603005393650</updated>
</task>
<option name="localTasksCounter" value="3" />
<task id="LOCAL-00003" summary="+cors">
<created>1603005893678</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1603005893678</updated>
</task>
<task id="LOCAL-00004" summary="+cors">
<created>1603006031595</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1603006031595</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......@@ -246,10 +262,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="517" y="106" key="CommitChangelistDialog2" timestamp="1603005392861">
<state x="517" y="106" key="CommitChangelistDialog2" timestamp="1603006031020">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="517" y="106" key="CommitChangelistDialog2/0.0.1920.1080@0.0.1920.1080" timestamp="1603005392861" />
<state x="517" y="106" key="CommitChangelistDialog2/0.0.1920.1080@0.0.1920.1080" timestamp="1603006031020" />
<state width="1877" height="242" key="GridCell.Tab.0.bottom" timestamp="1602849342351">
<screen x="0" y="0" width="1920" height="1080" />
</state>
......@@ -310,10 +326,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="1603005398392">
<state x="552" y="272" key="Vcs.Push.Dialog.v2" timestamp="1603006033770">
<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="1603005398392" />
<state x="552" y="272" key="Vcs.Push.Dialog.v2/0.0.1920.1080@0.0.1920.1080" timestamp="1603006033770" />
<state x="334" y="200" key="new project wizard" timestamp="1601123070008">
<screen x="0" y="0" width="1920" height="1080" />
</state>
......
......@@ -5,6 +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)
@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