blob: 334719843843732d23a63520433c39e04a7c82b3 [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}
my-springboot-microservice
<h5 class='figure'>Starter Project Zip</h5>
<p class='bpcode w500'>
my-springboot-microservice-{@property juneauVersion}.zip
</p>
<p>
The <l>my-springboot-microservice.zip</l> file is a predefined starter Eclipse project for developing
REST microservices using the {@doc juneau-rest-server-springboot juneau-rest-server-springboot} package with Spring Boot.
</p>
<p>
It includes a combination of the Juneau Core, Server, and Client APIs and all libraries needed to execute in a Java 1.8+ environment.
</p>
<p>
One significant difference is that we are not using the Juneau {@link oaj.microservice.Microservice} API for our
application but instead using the existing Spring Boot API.
</p>