Skip to content

Commit

Permalink
Changes to config for new package names
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabetht committed Dec 10, 2013
1 parent 168a136 commit d1ce70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/config/springConfig.xml
Expand Up @@ -11,7 +11,7 @@

<mvc:annotation-driven />

<context:component-scan base-package="com.meygam" />
<context:component-scan base-package="com.github.elizabetht" />

<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="prefix" value="/WEB-INF/jsp/" />
Expand All @@ -32,7 +32,7 @@
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
<property name="dataSource" ref="dataSource" />
<property name="typeAliasesPackage" value="com.github.elizabetht.model"/>
<property name="mapperLocations" value="classpath*:com/meygam/mappers/*.xml" />
<property name="mapperLocations" value="classpath*:com/github/elizabetht/mappers/*.xml" />
</bean>

<bean id="sqlSession" class="org.mybatis.spring.SqlSessionTemplate">
Expand Down

0 comments on commit d1ce70b

Please sign in to comment.