Skip to content

This repository contains my own incremental development of the source code accompanying the book Cloud Native Spring in Action - With Spring Boot and Kubernetes written by Thomas Vitale and published by Manning Publications.

License

Notifications You must be signed in to change notification settings

wjc-van-es/cnsia

Repository files navigation

<style> body { font-family: "Gentium Basic", Cardo , "Linux Libertine o", "Palatino Linotype", Cambria, serif; font-size: 130% !important; } code { padding: 0 .25em; white-space: pre; font-family: "Tlwg mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; background-color: #ECFFFA; //border: 1px solid #ccc; //border-radius: 3px; } kbd { display: inline-block; padding: 3px 5px; font-family: "Tlwg mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; line-height: 10px; color: #555; vertical-align: middle; background-color: #ECFFFA; border: solid 1px #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb; } h1,h2,h3,h4,h5 { color: #269B7D; font-family: "fira sans", "Latin Modern Sans", Calibri, "Trebuchet MS", sans-serif; } </style>

🍃 Cloud Native Spring in Action

The book cover of 'Cloud Native Spring in Action' by Thomas Vitale

Prerequisites

Chapter after chapter, you'll build, containerize, and deploy cloud native applications. Along the journey, you will need the following software installed.

Gradle and Maven

The code samples in the book use Gradle as the build tool. Should you prefer Maven, here's a table mapping Gradle commands to Maven so that you can easily follow along.

Gradle Maven
./gradlew clean ./mvnw clean
./gradlew build ./mvnw install
./gradlew test ./mvnw test
./gradlew bootJar ./mvnw spring-boot:repackage
./gradlew bootRun ./mvnw spring-boot:run
./gradlew bootBuildImage ./mvnw spring-boot:build-image

Guides, Tools and Tips

Polar Bookshop

The final project developed throughout the book is available here.

You can find the source code for the Angular frontend here.

Book Forum

Feel free to submit questions, feedback, or errata to the forum dedicated to "Cloud Native Spring in Action": https://livebook.manning.com/book/cloud-native-spring-in-action/.

Contact the Author

You are very welcome to contact me for questions, feedback, or suggestions. Feel free to reach out to me on Twitter, LinkedIn, Mastodon, or here on GitHub.

About

This repository contains my own incremental development of the source code accompanying the book Cloud Native Spring in Action - With Spring Boot and Kubernetes written by Thomas Vitale and published by Manning Publications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published