Skip to content

Instantly share code, notes, and snippets.

@kinathru
Created March 19, 2017 18:00
Show Gist options
  • Save kinathru/1f1c17881125e3320eaca00ec35020d1 to your computer and use it in GitHub Desktop.
Save kinathru/1f1c17881125e3320eaca00ec35020d1 to your computer and use it in GitHub Desktop.
package com.dummys.learning;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/learning")
@CrossOrigin
public class PersonController
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment