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:willcor/https-github.com-springframeworkguru-springbootwebapp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:willcor/https-github.com-springframeworkguru-springbootwebapp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:part3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 16, 2015

  1. adding example files

    @jt1088
    jt1088 committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    f07a7fdView commit details
    Browse the repository at this point in the history
  2. creating branch

    @jt1088
    jt1088 committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    4ed4d5dView commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. added tutorial files

    @jt1088
    jt1088 committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    02a1d4bView commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    06a489cView commit details
    Browse the repository at this point in the history
  2. Updated WebConfiguration to use the new org.springframework.boot.web.…

    …servlet.ServletRegistrationBean
    Ximanta committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    0480344View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from ximanta/part3

    Updated pom.xml to use SpringBoot 1.4.2 and ServletRegistrationBean to org.springframework.boot.web.servlet.ServletRegistrationBean
    @springframeworkguru
    springframeworkguru authored Dec 6, 2016
    Configuration menu
    Copy the full SHA
    cf0526fView commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Updated @SpringApplicationConfiguration to@SpringBootTest.

    Updated @RunWith(SpringJUnit4ClassRunner.class) declaration with Spring 4.3’s @RunWith(SpringRunner.class)
    Ximanta committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    4c69c94View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from ximanta/part3

    Updated @SpringApplicationConfiguration to @SpringBootTest.
    @springframeworkguru
    springframeworkguru authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    b01fcc5View commit details
    Browse the repository at this point in the history
  3. Updated @EnityScan in favor of org.springframework.boot.autoconfigure…

    ….domain.EntityScan
    Ximanta committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    7907467View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from ximanta/part3

    Updated @EnityScan in favor of org.springframework.boot.autoconfigure…
    @springframeworkguru
    springframeworkguru authored Dec 7, 2016
    Configuration menu
    Copy the full SHA
    cc2472dView commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    be013f1View commit details
    Browse the repository at this point in the history
Loading