Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/spring-features-band.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ <h2>Familiar, and more productive</h2>
<p class="img-content">Already a Spring pro? You're in the right place. This guide shows you how to leverage your existing skills to build next-generation Java applications. Ditch the slow startup times and heavy memory footprint without ditching your knowledge. See how familiar concepts like DI, JPA, and MVC map directly to Quarkus and get ready to build cloud native, AI-infused apps.</p>
</div>
<div class="width-2-12 width-12-12-m">
<a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quakrus for Spring Developers free link"><img class="imagereducer" src="{{site.baseurl}}/assets/images/books/quarkus-for-spring-developers.png" alt="Quarkus for Spring Developers book image"></a>
<a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quarkus for Spring Developers free link"><img class="imagereducer" src="{{site.baseurl}}/assets/images/books/quarkus-for-spring-developers.png" alt="Quarkus for Spring Developers book image"></a>
</div>
<div class="width-4-12 width-12-12-m">
<p class="img-content">
<p>Want to get started using Quarkus and leverage your hard-earned Spring skills?</p>
<p><a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quakrus for Spring Developers free link">Download a free copy of “Quarkus for Spring Developers”</a> by <a href="https://www.linkedin.com/in/edeandrea/" target="_blank">Eric Deadrea</a>.</p>
<p><a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quarkus for Spring Developers free link">Download a free copy of “Quarkus for Spring Developers”</a> by <a href="https://www.linkedin.com/in/edeandrea/" target="_blank">Eric Deandrea</a>.</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/spring-migrate-books.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<h2>Get These Free e-books to Jumpstart Your Migration Journey</h2>
<div class="grid-wrapper">
<div class="width-4-12 width-12-12-m">
<a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quakrus for Spring Developers free link"><img src="{{site.baseurl}}/assets/images/books/quarkus-for-spring-developers.png" alt="Quarkus for Spring Developers book image"></a>
<a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quarkus for Spring Developers free link"><img src="{{site.baseurl}}/assets/images/books/quarkus-for-spring-developers.png" alt="Quarkus for Spring Developers book image"></a>
</div>
<div class="width-8-12 width-12-12-m">
<p>Java can be clunky and slow. Quarkus for Spring Developers is a Spring developer's ultimate resource to learn about Quarkus and Kubernetes-native Java. Read the e-book to learn how Quarkus enables modern Java development and the Kubernetes-native experience and introduces familiar Spring concepts, constructs, and conventions.</p>
<p><a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quakrus for Spring Developers free link">Download a free copy of “Quarkus for Spring Developers”</a> by <a href="https://www.linkedin.com/in/edeandrea/" target="_blank">Eric Deadrea</a>.</p>
<p><a href="https://developers.redhat.com/e-books/quarkus-spring-developers" alt="Quarkus for Spring Developers free link">Download a free copy of “Quarkus for Spring Developers”</a> by <a href="https://www.linkedin.com/in/edeandrea/" target="_blank">Eric Deandrea</a>.</p>
</div>
<div class="width-4-12 width-12-12-m">
<a href="https://developers.redhat.com/e-books/quarkus-action?extIdCarryOver=true&sc_cid=701f2000001Css0AAC" alt="Quarkus in Action free download link"><img src="{{site.baseurl}}/assets/images/books/quarkus-in-action-ebook.png" alt="Quarkus in Action ebook image"></a>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-06-23-quarkus-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ quarkus image build jib --help
==== Deploying applications ====
In a way similar to building container images Quarkus allowed the application deployment to platforms like https://kubernetes.io[Kubernetes] and https://openshift.com[OpenShift].
Again, this is something the required the use of extensions and additional build options to enable deployment.
For example to deploy an application on https://kubernetes.io[Kubernetes] one needed to explicitly add the extension to the project and enable deployment using the `quakrus.kubernetes.deploy` property.
For example to deploy an application on https://kubernetes.io[Kubernetes] one needed to explicitly add the extension to the project and enable deployment using the `quarkus.kubernetes.deploy` property.

[source,sh]
----
Expand Down
Loading