Skip to content

Instantly share code, notes, and snippets.

@linhvovn
Created December 29, 2018 15:48
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/a49c8f2dc4ec584a04c5f4d9d6f89714 to your computer and use it in GitHub Desktop.
Save linhvovn/a49c8f2dc4ec584a04c5f4d9d6f89714 to your computer and use it in GitHub Desktop.
@SpringBootApplication
public class I18NWebfluxApplication {
public static void main(String[] args) {
SpringApplication.run(I18NWebfluxApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment