Skip to content

Commit fd054b1

Browse files
committed
[#noissue] mybatis configuration
1 parent e03542f commit fd054b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

web/src/main/resources/applicationContext-web-dao-config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
2222
<property name="dataSource" ref="dataSource"/>
2323
<!-- mybatis basic config -->
24-
<property name="configLocation" value="classpath:/mybatis-config.xml"/>
24+
<property name="configLocation" value="classpath:/web/mybatis-config.xml"/>
2525
<!-- typeAliases -->
2626
<property name="typeAliasesPackage" value="com.navercorp.pinpoint.web.alarm.vo" />
2727
<!-- setting the location of mapper -->

0 commit comments

Comments
 (0)