repo
This commit is contained in:
@@ -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'.
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user