Stoian Delev
Results
1
comments of
Stoian Delev
I have this problem in this class: package com.example.favouritePlaceInTheWorld.config; @Configuration public class WebConfigurationInterceptor implements WebMvcConfigurer { private final StatsInterceptor statsInterceptor; private final IpBlackListInterceptor ipBlackListInterceptor; private final MaintenanceInterceptor maintenanceInterceptor; public WebConfigurationInterceptor(StatsInterceptor...