forked from JavaOPs/topjava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinmemory.xml
More file actions
11 lines (10 loc) · 871 Bytes
/
Copy pathinmemory.xml
File metadata and controls
11 lines (10 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
<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.user"/>
<context:component-scan base-package="ru.javawebinar.topjava.**.web.meal"/>
<bean class="org.springframework.security.crypto.password.NoOpPasswordEncoder" id="passwordEncoder"/>
</beans>