Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back port single spring boot module to 1.x #296

Merged
merged 2 commits into from May 27, 2021
Merged

Commits on May 14, 2021

  1. Combine Spring Boot starters (web and non-web) into single module

    This mirrors the non-boot module (where the web bits are optional)
    
    *Conditionals are in place to NOT load the web related config
    * The previous module is still built, but just contains dependencies on the previous (and required servlet deps)
    bdemers committed May 14, 2021
    Copy the full SHA
    ce743aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9f8e5c6 View commit details
    Browse the repository at this point in the history