Skip to content

Commit

Permalink
[pinpoint-apm#3390] support to check available applicationName and ag…
Browse files Browse the repository at this point in the history
…entId on the web

1. apply for quickstart
  • Loading branch information
koo-taejin committed Oct 11, 2017
1 parent 8288c31 commit 9be29db
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.1.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd">

<context:component-scan base-package="com.navercorp.pinpoint.web.dao.memory" />

<bean id="agentDownloadInfoDao" class="com.navercorp.pinpoint.web.dao.rest.GithubAgentDownloadInfoDao">
</bean>

</beans>

0 comments on commit 9be29db

Please sign in to comment.