Skip to content

Commit

Permalink
[RESTEASY-1687] Adding small section on Spring Boot starter
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Jul 12, 2017
1 parent b40eeee commit 2321a89
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,22 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
</programlisting>
</sect2>

<sect2>
<title>Spring Boot starter</title>

<para>
The RESTEasy project does not include its own component for Spring Boot integration, however PayPal has developed a very interesting <ulink url="https://github.com/paypal/resteasy-spring-boot">RESTEasy Spring Boot starter</ulink> and shared it with the community. Please refer to the <ulink url="https://github.com/paypal/resteasy-spring-boot/blob/master/mds/USAGE.md">relevant documentation</ulink> on GitHub for further information.
</para>
</sect2>


<sect2>
<title>Upgrading in WildFly</title>

<para>
<emphasis role="bold">Note.</emphasis>
As noted in <xref linkend="upgrading-wildfly"/>, the The Resteasy distribution comes with a zip file called resteasy-jboss-modules-&lt;version&gt;.zip,
which can be unzipped into the modules/system/layers/base/ directory of WildFly to upgrade to a new version of Resteasy.
As noted in <xref linkend="upgrading-wildfly"/>, the The RESTEasy distribution comes with a zip file called resteasy-jboss-modules-&lt;version&gt;.zip,
which can be unzipped into the modules/system/layers/base/ directory of WildFly to upgrade to a new version of RESTEasy.
Because of the way resteasy-spring is used in WildFly, after unzipping the zip file, it is also necessary to remove the
old resteasy-spring jar from modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar.
</para>
Expand Down

0 comments on commit 2321a89

Please sign in to comment.