Skip to content

Instantly share code, notes, and snippets.

@MafaldaLandeiro
Created May 30, 2016 22:22
Show Gist options
  • Select an option

  • Save MafaldaLandeiro/e97f7c77597bc20f516244164f3d5cf8 to your computer and use it in GitHub Desktop.

Select an option

Save MafaldaLandeiro/e97f7c77597bc20f516244164f3d5cf8 to your computer and use it in GitHub Desktop.
Main
package org.SpringRestfulServiceExceptionHandler;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class App {
public static void main(String[] args) {
SpringApplication.run(App.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment