Skip to content

Commit

Permalink
[#9023] Fix: batch cannot find AgentInfoBoMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjin.kim2 authored and smilu97 committed Jul 18, 2022
1 parent 765b54d commit ca19baa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
com.navercorp.pinpoint.web.service,
com.navercorp.pinpoint.web.mapper,
com.navercorp.pinpoint.web.applicationmap,
com.navercorp.pinpoint.common.server.bo">
com.navercorp.pinpoint.common.server.bo,
com.navercorp.pinpoint.common.server.dao.hbase.mapper">
<context:exclude-filter type="assignable" expression="com.navercorp.pinpoint.web.service.CacheServiceImpl"/>
<context:exclude-filter type="assignable" expression="com.navercorp.pinpoint.web.service.AgentServiceImpl"/>
</context:component-scan>
Expand Down

0 comments on commit ca19baa

Please sign in to comment.