This commit is contained in:
Gaurav Kumar
2025-03-19 11:22:01 +05:30
parent 8998b79b30
commit 5af89fc550
1141 changed files with 36854 additions and 472482 deletions

View File

@@ -23,13 +23,9 @@ public class RealNetApp extends SpringBootServletInitializer{
//
public static void main(String[] args) {
SpringApplication.run(RealNetApp.class, args);
}
}
/*
SpringBoot Notes
@Bean :tells Spring 'here is an instance of this class, please keep hold of it and give it back to me when I ask'.
@Autowired :says 'please give me an instance of this class, for example, one that I created with an @Bean annotation earlier'.
*/