Skip to content

Instantly share code, notes, and snippets.

@rubykv
Created June 21, 2021 10:56
Show Gist options
  • Save rubykv/3cedee77bfd25e7906289145dd0cba38 to your computer and use it in GitHub Desktop.
Save rubykv/3cedee77bfd25e7906289145dd0cba38 to your computer and use it in GitHub Desktop.
Spring Annotations
@EnableAutoConfiguration
@ComponentScan
@Configuration
public class Application{
//main method
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment