Skip to content

Commit 9b96675

Browse files
youngjin.kim2smilu97
youngjin.kim2
authored andcommitted
[#9023] Add hyperlink factory in batch
1 parent 73334de commit 9b96675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

batch/src/main/resources/applicationContext-batch-common.xml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
<bean id="alarmMessageSender" class="com.navercorp.pinpoint.batch.alarm.DefaultAlarmMessageSender"/>
3232

33+
<bean id="hyperLinkFactory" class="com.navercorp.pinpoint.web.hyperlink.HyperLinkFactory"/>
34+
3335
<bean id="restTemplate" class="org.springframework.web.client.RestTemplate">
3436
<property name="messageConverters">
3537
<list>

0 commit comments

Comments
 (0)