Skip to content

Instantly share code, notes, and snippets.

@avinash10584
Created June 19, 2020 16:01
Show Gist options
  • Save avinash10584/f9b94ee2fa745d829331e681a5b406bb to your computer and use it in GitHub Desktop.
Save avinash10584/f9b94ee2fa745d829331e681a5b406bb to your computer and use it in GitHub Desktop.
Application.java
@EnableCaching
@SpringBootApplication
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