Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code
Source code for Learning Spring Boot 2nd Edition
https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code
book reactive-streams reactor spring-boot spring-boot-2 spring-cloud spring-cloud-stream spring-data spring-data-mongodb-reactive spring-framework spring-framework-5 spring-security
Last synced: 3 months ago
JSON representation
Source code for Learning Spring Boot 2nd Edition
- Host: GitHub
- URL: https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code
- Owner: learning-spring-boot
- License: other
- Created: 2016-11-30T15:27:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T19:17:13.000Z (over 5 years ago)
- Last Synced: 2024-09-29T00:05:09.273Z (4 months ago)
- Topics: book, reactive-streams, reactor, spring-boot, spring-boot-2, spring-cloud, spring-cloud-stream, spring-data, spring-data-mongodb-reactive, spring-framework, spring-framework-5, spring-security
- Language: Java
- Homepage: http://greglturnquist.com/books/learning-spring-boot
- Size: 5.1 MB
- Stars: 75
- Watchers: 9
- Forks: 32
- Open Issues: 10
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
image:https://travis-ci.org/learning-spring-boot/learning-spring-boot-2nd-edition-code.svg?branch=master["Build Status", link="https://travis-ci.org/learning-spring-boot/learning-spring-boot-2nd-edition-code"]
[IMPORTANT]
.Viewing older versions of code
====
* https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code/tree/published[Original code] released with the book
* https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code/tree/spring-boot-2.0.0.rc1[Spring Boot 2.0.0.RC1 code]
* https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code/tree/spring-boot-2.0.0.rc2[Spring Boot 2.0.0.RC2 code]
* https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code/tree/spring-boot-2.0.0.release[Spring Boot 2.0.0.RELEASE code]
====== Learning Spring Boot 2.0 2nd Edition
image::http://greglturnquist.com/wp-content/uploads/2016/11/learning-spring-boot-2nd-ed-243x300.jpg[float="right"]
NOTE: This code has been updated using the latest stable version of Spring Boot 2.0.0.
This is a standing repo of the code for http://greglturnquist.com/books/learning-spring-boot[_Learning Spring Boot 2nd Edition_]. While the book explains how to use the gradle wrapper, the code here already has the gradle wrapper set up. That means that for http://gradle.org/[gradle-based] apps, you can immediately run them assuming you have Java installed on your box.
CAUTION: No have Java? I suggest you download and install http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html[Java 8 Development Kit (JDK)]. The book is based on using Java 8 to build and run everything.
While not evident when you read the book, each chapter has a progressive approach regarding code. At various phases through each chapter, new features are added. To snapshot that, I create a separate app (using numbering) in the relevant chapter. To see the final version of the app, simply jump to the last app.
If you are looking for the details explaining each app, please https://www.packtpub.com/application-development/learning-spring-boot-20-second-edition[order a copy of the book].
It may sound presumptuous, but I have high confidence in the fidelity of the code. I developed each version of each chapter's app inside my IDE and ran it repeatedly. Since I http://blog.greglturnquist.com/2014/05/asciidoc-springboot-packtpub-awesome-tool-chain.html[wrote the entire book using Asciidoctor], I simply imported the source code directly into the manuscript. The risk at hand is not importing some aspect of the app.
Stay tuned. In the meantime, http://www.urbandictionary.com/define.php?term=share%20and%20enjoy[share and enjoy]!
== Licensing
The code in this project is licensed http://apache.org/licenses/LICENSE-2.0.txt[Apache License v2.0].
== Contributions
Please read the related link:CONTRIBUTING.adoc[CONTRIBUTING] document if you are interested in making contributions.