提交 1a01406b 编写于 作者: F falko.menge

User Guide: Made Spring dependeny of Activiti CDI example configuration more prominent

上级 ae0b5506
......@@ -117,7 +117,15 @@
</bean>
</beans>
</programlisting>
(Note that the above configuration requires the &quot;spring-context&quot; module.) The configuration in a Java SE environment looks exactly
Note that the above configuration requires the &quot;spring-context&quot; module:
<programlisting>
&lt;dependency&gt;
&lt;groupId&gt;org.springframework&lt;/groupId&gt;
&lt;artifactId&gt;spring-context&lt;/artifactId&gt;
&lt;version&gt;3.0.3.RELEASE&lt;/version&gt;
&lt;/dependency&gt;
</programlisting>
The configuration in a Java SE environment looks exactly
like the examples provided in section <link linkend="configuration">Creating a ProcessEngine</link>,
substitute &quot;CdiStandaloneProcessEngineConfiguration&quot; for &quot;StandaloneProcessEngineConfiguration&quot;.
</para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册