Question: need answer in JAVA8. i already post 3times this question but nobody ans correct. You are writing a new service for your e-commerce site. Your


need answer in JAVA8.
i already post 3times this question but nobody ans correct.
You are writing a new service for your e-commerce site. Your task is to write a Spring Framework configuration class. The class that you need to create will be called systemconfig. All required classes have already been imported for you. You are working with the Spring Framework version 5.1.8 and Java 8. Requirements 1. Make it a Spring Framework Java-based Container configuration class. 2. Create a usersRepository bean. It has a no args constructor. Additionally, you should make sure that the method UsersRepository. In1t1alize() is called right after construction of the bean. 3. Create a LegacypaymentsService bean. It has a no args constructor. It should be available under the name paymentsservice. 4. Enable auto-scanning for beans in the com codi11ty. uti1s package. 2. Create a UsersRepository bean. It has a no args constructor. Additionally, you should make sure that the method UsersRepository.initialize() is called right after construction of the bean. 3. Create a LegacyPaymentsservice bean. It has a no args constructor. It should be available under the name paymentsservice. 4. Enable auto-scanning for beans in the com.codility.utils package. 5. The application contains another configuration class that has already been prepared: MaintenanceConfig. However, it's not being picked up by the Spring Context. You should make sure its beans are also created by configuring the systemconfig class appropriately. 6. Ensure that properties defined in the production. properties file are available in the Spring Context. If you would like to solve the task locally you can use this pom . xm1 You are writing a new service for your e-commerce site. Your task is to write a Spring Framework configuration class. The class that you need to create will be called systemconfig. All required classes have already been imported for you. You are working with the Spring Framework version 5.1.8 and Java 8. Requirements 1. Make it a Spring Framework Java-based Container configuration class. 2. Create a usersRepository bean. It has a no args constructor. Additionally, you should make sure that the method UsersRepository. In1t1alize() is called right after construction of the bean. 3. Create a LegacypaymentsService bean. It has a no args constructor. It should be available under the name paymentsservice. 4. Enable auto-scanning for beans in the com codi11ty. uti1s package. 2. Create a UsersRepository bean. It has a no args constructor. Additionally, you should make sure that the method UsersRepository.initialize() is called right after construction of the bean. 3. Create a LegacyPaymentsservice bean. It has a no args constructor. It should be available under the name paymentsservice. 4. Enable auto-scanning for beans in the com.codility.utils package. 5. The application contains another configuration class that has already been prepared: MaintenanceConfig. However, it's not being picked up by the Spring Context. You should make sure its beans are also created by configuring the systemconfig class appropriately. 6. Ensure that properties defined in the production. properties file are available in the Spring Context. If you would like to solve the task locally you can use this pom . xm1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
