Skip to content

Instantly share code, notes, and snippets.

@linhvovn
Created February 3, 2019 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linhvovn/18726151f615a1265080da4ee02aa6c3 to your computer and use it in GitHub Desktop.
Save linhvovn/18726151f615a1265080da4ee02aa6c3 to your computer and use it in GitHub Desktop.
@SpringBootApplication
public class I18NWebMVCApplication {
public static void main(String[] args) {
SpringApplication.run(I18NWebMVCApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment