2
I have difficulty understanding these two notations and what they are for. I read documentation and some answers about, and from what I understood @Bean would be an instance creation of a class, and @Autowired would use that instance. Is that it? Could you compare these notations to the use of the Singleton standard? There would be some example of a situation I would have to use?
A link to the documentation helps. I believe you can find a link to some Baeldung tutorial that covers these annotations in general
– Jefferson Quesado