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

Commit

Permalink
Initial commit of removing UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mminella committed Aug 10, 2015
1 parent d8fa8ff commit ee52c79
Show file tree
Hide file tree
Showing 27 changed files with 300 additions and 300 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
<bean class="org.springframework.batch.admin.web.JobExecutionController" />

<!-- Override the location of the resource descriptors for the home page -->
<util:properties id="defaultResources" location="classpath:/org/springframework/batch/admin/web/manager/html-resources.properties" />
<util:properties id="jsonResources" location="classpath:/org/springframework/batch/admin/web/manager/json-resources.properties" />

<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>
<value>org/springframework/batch/admin/web/manager/html-resources</value>
<value>org/springframework/batch/admin/web/manager/json-resources</value>
</list>
</property>
</bean>
<!--<util:properties id="defaultResources" location="classpath:/org/springframework/batch/admin/web/managerOld/html-resources.properties" />-->
<!--<util:properties id="jsonResources" location="classpath:/org/springframework/batch/admin/web/managerOld/json-resources.properties" />-->
<!-- -->
<!--<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">-->
<!--<property name="basenames">-->
<!--<list>-->
<!--<value>org/springframework/batch/admin/web/manager/html-resources</value>-->
<!--<value>org/springframework/batch/admin/web/manager/json-resources</value>-->
<!--</list>-->
<!--</property>-->
<!--</bean>-->

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

0 comments on commit ee52c79

Please sign in to comment.