Skip to content

Instantly share code, notes, and snippets.

@vichu
Created April 30, 2018 04:32
Show Gist options
  • Save vichu/92ab7576b975a72efd810eb20870c2f5 to your computer and use it in GitHub Desktop.
Save vichu/92ab7576b975a72efd810eb20870c2f5 to your computer and use it in GitHub Desktop.
@EnableIntegrationGraphController
@SpringBootApplication
@EnableIntegrationGraphController(allowedOrigins = "http://localhost:8082")
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment