Skip to content

Commit

Permalink
[pinpoint-apm#7843] Update spring-framework & spring-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
koo-taejin committed May 7, 2021
1 parent ca3a997 commit fa6cd87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion collector/src/main/resources/servlet-context-collector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">

<mvc:annotation-driven />
<mvc:annotation-driven>
<mvc:path-matching suffix-pattern="true"/>
</mvc:annotation-driven>
<tx:annotation-driven />
<context:component-scan
base-package="com.navercorp.pinpoint.collector.manage.controller, com.navercorp.pinpoint.collector.controller">
Expand Down

0 comments on commit fa6cd87

Please sign in to comment.