blob: 91a325e5816dfae39038e54196dfdad666a638d8 [file] [log] [blame]
<!--
/***************************************************************************************************************************
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
***************************************************************************************************************************/
-->
{8.0.0-new}
juneau-examples-rest-springboot
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
juneau-examples-rest-springboot-{@property juneauVersion}.zip
</p>
<p>
The <c>juneau-examples-rest-springboot</c> library contains the same examples as <c>juneau-examples-rest</c>
but also includes the following:
</p>
<ul class='spaced-list'>
<li>
A starter class for invoking the examples using Spring Boot.
<li>
A resource resolver for resolving REST resources as injectable beans.
<li>
A POM that extends from <c>spring-boot-starter-parent</c> that allows you to build a fully-shaded executable jar.
<li>
Configuration files for deploying the microservice to Heroku.
</ul>