Skip to content
This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Commit ee52c79

Browse files
committed
Initial commit of removing UI
1 parent d8fa8ff commit ee52c79

File tree

27 files changed

+300
-300
lines changed

27 files changed

+300
-300
lines changed

spring-batch-admin-manager/src/main/resources/META-INF/spring/batch/servlet/manager/controller-context-legacy.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
<bean class="org.springframework.batch.admin.web.JobExecutionController" />
1313

1414
<!-- Override the location of the resource descriptors for the home page -->
15-
<util:properties id="defaultResources" location="classpath:/org/springframework/batch/admin/web/manager/html-resources.properties" />
16-
<util:properties id="jsonResources" location="classpath:/org/springframework/batch/admin/web/manager/json-resources.properties" />
17-
18-
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
19-
<property name="basenames">
20-
<list>
21-
<value>org/springframework/batch/admin/web/manager/html-resources</value>
22-
<value>org/springframework/batch/admin/web/manager/json-resources</value>
23-
</list>
24-
</property>
25-
</bean>
15+
<!--<util:properties id="defaultResources" location="classpath:/org/springframework/batch/admin/web/managerOld/html-resources.properties" />-->
16+
<!--<util:properties id="jsonResources" location="classpath:/org/springframework/batch/admin/web/managerOld/json-resources.properties" />-->
17+
<!-- -->
18+
<!--<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">-->
19+
<!--<property name="basenames">-->
20+
<!--<list>-->
21+
<!--<value>org/springframework/batch/admin/web/manager/html-resources</value>-->
22+
<!--<value>org/springframework/batch/admin/web/manager/json-resources</value>-->
23+
<!--</list>-->
24+
<!--</property>-->
25+
<!--</bean>-->
2626

2727
<bean id="objectMapper" class="com.fasterxml.jackson.databind.ObjectMapper"/>
2828
</beans>

0 commit comments

Comments
 (0)