Skip to content

Instantly share code, notes, and snippets.

@benelog
Created February 20, 2014 21:26
Show Gist options
  • Save benelog/9123525 to your computer and use it in GitHub Desktop.
Save benelog/9123525 to your computer and use it in GitHub Desktop.
Spring xml config files
<util:constant id="clob" static-field="java.sql.Types.CLOB"/>
<bean id="repository" class="org.springframework.batch.core.repository.support.JobRepositoryFactoryBean"" p:clobType-ref="clob"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment