Skip to content

Commit

Permalink
[#noissue] mybatis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Jul 31, 2023
1 parent e03542f commit fd054b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
<property name="dataSource" ref="dataSource"/>
<!-- mybatis basic config -->
<property name="configLocation" value="classpath:/mybatis-config.xml"/>
<property name="configLocation" value="classpath:/web/mybatis-config.xml"/>
<!-- typeAliases -->
<property name="typeAliasesPackage" value="com.navercorp.pinpoint.web.alarm.vo" />
<!-- setting the location of mapper -->
Expand Down
File renamed without changes.

0 comments on commit fd054b1

Please sign in to comment.