Git Product home page Git Product logo

spring-mvc-and-webflux's Introduction

Apress Source Code

This repository accompanies Pro Spring MVC with WebFlux by Marten Deinum and Iuliana Cosmina (Apress, 2020).

Cover image

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

Building and Deploying

This project has been configured to support Gradle wrapper usage as well. All the gradle commands mentioned, can be executed using gradle wrapper. For example - build can be done as ./gradlew build

The project is build with JDK 14 sucessfully. Gradle version used is 6.X.

This is a Gradle multi-module project. Build the full project using:

gradle clean build

To use cached builds execute:

gradle --build-cache clean build assemble

To build the project and scan your build execute:

gradle clean build --scan

Just keep in mind, the project is quite big and when displaying the results, you browser might be slow.

Trouble shooting

When running gradle clean build if you see the following error:

gradle clean build
> Task :bookstore-mvc-shared:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':bookstore-mvc-shared:compileJava'.
> Could not create service of type DefaultGeneralCompileCaches using GradleScopeCompileServices.createGeneralCompileCaches().
   > Cannot lock Java compile cache (/[workspace]/spring-mvc-and-webflux/.gradle/6.7-20200804220106+0000/javaCompile) as it has already been locked by this process.

Get rid of it by executing:

find ~/.gradle -type f -name "*.lock" -delete

Releases

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

Contributions

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

spring-mvc-and-webflux's People

Contributors

iuliana avatar markp88 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.