Apress / spring-6-recipes

Source Code for 'Spring 6 Recipes' by Marten Deinum, Daniel Rubio, and Josh Long

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apress Source Code

This repository accompanies Spring 6 Recipes by Marten Deinum, Daniel Rubio, and Josh Long (Apress, 2023).

Cover image

Download the files as a zip using the green button, or clone the repository to your machine using Git.

Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

Contributions

See the file Contributing.md for more information on how you can contribute to this repository.

Prerequisits

  1. Installation of Java 19
  2. https://gradle.org[Gradle] installed (or use the Gradle Wrapper shipped with the project)
  3. (Optional) Your favorie IDE like:
  4. (Recommended) https://docker.com[Docker] to run things like a database or deploy/test the web related recipes

Using the source code

The source is shipped as a working https://gradle.org[Gradle] build, if your IDE supports Gradle there is an option to import it into your IDE.

Build recipes

To build all the recipes run ./gradlew build from the main directory. This will download all the dependencies and build all the recipes.

About

Source Code for 'Spring 6 Recipes' by Marten Deinum, Daniel Rubio, and Josh Long

License:Other


Languages

Language:Java 93.3%Language:HTML 3.6%Language:JavaScript 2.0%Language:PLpgSQL 0.6%Language:Dockerfile 0.4%Language:Shell 0.1%