Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: toedter/webapp-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sth77/webapp-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 36 files changed
  • 1 contributor

Commits on Mar 6, 2016

  1. added maven config

    Stefan Heinzer committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    d5bd9fc View commit details
    Browse the repository at this point in the history
  2. fixed compiler errors after maven setup

    Stefan Heinzer committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    03b5aa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. added maven build and war packaging

    - added pom file for maven build
    - copy webapp to META-INF/resources to make it available via the server
    - updated git ignore to exclude js files, .grunt, etc.
    Stefan Heinzer committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    ccc213e View commit details
    Browse the repository at this point in the history
  2. changed api base path to /api, added HAL support

    - changed api base path to /api (otherwise the REST api collides with
    the index.html, which is now also located at the root level)
    - enabled HAL hypermedia support and default content negotiation
    Stefan Heinzer committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    26fdf41 View commit details
    Browse the repository at this point in the history
  3. added a simplistic security configuration

    Stefan Heinzer committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    319faf1 View commit details
    Browse the repository at this point in the history
  4. added showcase for custom finders

    - added a custom finder using naming conventions (findByEmail)
    - added a custom finder using Query DSL
    - added example how to integrate the Query DSL custom finder in the HAL
    API
    Stefan Heinzer committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    aec7785 View commit details
    Browse the repository at this point in the history
  5. fixed git ignore files

    Stefan Heinzer committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    8f3189a View commit details
    Browse the repository at this point in the history
  6. added lab8 readme

    Stefan Heinzer committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    554e678 View commit details
    Browse the repository at this point in the history
Loading