Skip to content

Instantly share code, notes, and snippets.

@zhentao
Created February 22, 2016 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhentao/25f31c234a195d24a6af to your computer and use it in GitHub Desktop.
Save zhentao/25f31c234a195d24a6af to your computer and use it in GitHub Desktop.
<filter>
<filter-name>SpringSparkFilter</filter-name>
<filter-class>com.zhentao.sparkjava.example.SpringSparkFilter</filter-class>
<init-param>
<param-name>applicationClass</param-name>
<param-value>com.zhentao.sparkjava.example.MySparkApplication</param-value>
</init-param>
<init-param>
<!-- Configuration locations must consist of one or more comma-delimited fully-qualified @Configuration classes -->
<param-name>springConfigLocation</param-name>
<param-value>com.zhentao.sparkjava.example.SpringConfig</param-value>
</init-param>
</filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment