-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathinmemory.xml
More file actions
10 lines (9 loc) · 786 Bytes
/
inmemory.xml
File metadata and controls
10 lines (9 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
<context:component-scan base-package="ru.javawebinar.topjava.**.repository.inmemory"/>
<context:component-scan base-package="ru.javawebinar.**.service"/>
<context:component-scan base-package="ru.javawebinar.topjava.**.web"/>
<bean class="org.springframework.security.crypto.password.NoOpPasswordEncoder" id="passwordEncoder"/>
</beans>