{"id":13541290,"url":"https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code","last_synced_at":"2025-10-28T04:31:46.036Z","repository":{"id":87436344,"uuid":"75199964","full_name":"learning-spring-boot/learning-spring-boot-2nd-edition-code","owner":"learning-spring-boot","description":"Source code for Learning Spring Boot 2nd Edition","archived":false,"fork":false,"pushed_at":"2019-06-22T19:17:13.000Z","size":5351,"stargazers_count":75,"open_issues_count":10,"forks_count":32,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-01T11:24:43.204Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"http://greglturnquist.com/books/learning-spring-boot","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/learning-spring-boot.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-30T15:27:02.000Z","updated_at":"2024-08-06T03:17:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"f33bbf34-dac3-4218-9b9d-5adc892d00f9","html_url":"https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code","commit_stats":{"total_commits":73,"total_committers":1,"mean_commits":73.0,"dds":0.0,"last_synced_commit":"2c6a1daf2d542415af8b9fb1bac9647d49b4c71b"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learning-spring-boot%2Flearning-spring-boot-2nd-edition-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learning-spring-boot%2Flearning-spring-boot-2nd-edition-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learning-spring-boot%2Flearning-spring-boot-2nd-edition-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learning-spring-boot%2Flearning-spring-boot-2nd-edition-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/learning-spring-boot","download_url":"https://codeload.github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238597386,"owners_count":19498396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-08-01T10:00:43.165Z","updated_at":"2025-10-28T04:31:36.017Z","avatar_url":"https://github.com/learning-spring-boot.png","language":"Java","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\"]\n\n[IMPORTANT]\n.Viewing older versions of code\n====\n* https://github.com/learning-spring-boot/learning-spring-boot-2nd-edition-code/tree/published[Original code] released with the book\n* 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]\n* 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]\n* 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]\n====\n\n== Learning Spring Boot 2.0 2nd Edition\n\nimage::http://greglturnquist.com/wp-content/uploads/2016/11/learning-spring-boot-2nd-ed-243x300.jpg[float=\"right\"]\n\nNOTE: This code has been updated using the latest stable version of Spring Boot 2.0.0.\n\nThis 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.\n\nCAUTION: 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.\n\nWhile 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.\n\nIf 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].\n\nIt 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.\n\nStay tuned. In the meantime, http://www.urbandictionary.com/define.php?term=share%20and%20enjoy[share and enjoy]!\n\n== Licensing\n\nThe code in this project is licensed http://apache.org/licenses/LICENSE-2.0.txt[Apache License v2.0].\n\n== Contributions\n\nPlease read the related link:CONTRIBUTING.adoc[CONTRIBUTING] document if you are interested in making contributions.","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearning-spring-boot%2Flearning-spring-boot-2nd-edition-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearning-spring-boot%2Flearning-spring-boot-2nd-edition-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearning-spring-boot%2Flearning-spring-boot-2nd-edition-code/lists"}