/
NikolayIvkin
/
tutorials1
Обзор
Документация
Войти
/
NikolayIvkin
/
tutorials1
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
apache-httpclient4/src/main/java/com/baeldung/spring/SecSecurityConfig.java
16 строк
418 B
Dhawal Kapil
JAVA-15014 Renamed httpclient4 to apache-httpclient4 (#13516)
24 фев 2023, 10:26
24 фев 2023, 10:26
3f9b886
Код
Авторство
О чём код?
package com.baeldung.spring; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.ImportResource; @Configuration @ImportResource({ "classpath:webSecurityConfig.xml" }) @ComponentScan("com.baeldung.security") public class SecSecurityConfig { public SecSecurityConfig() { super(); } }