This commit is contained in:
Anthony Stirling
2023-05-21 17:12:18 +01:00
parent 763aeb5fae
commit 187b47eddd
9 changed files with 87 additions and 103 deletions

View File

@@ -1,15 +1,13 @@
package stirling.software.SPDF.config;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import org.slf4j.Logger;
@Service
public class EndpointConfiguration {
private static final Logger logger = LoggerFactory.getLogger(EndpointConfiguration.class);