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

Practice #15

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

Practice #15

wants to merge 38 commits into from

Commits on Jul 20, 2022

  1. 1 Configuration menu
    Copy the full SHA
    15c2a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efec0cf View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    c46332e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbd64f7 View commit details
    Browse the repository at this point in the history
  3. adding bootstrap

    springframeworkguru committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a97fa5c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. adding publisher

    springframeworkguru committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    d3b153d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3841492 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c61401f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce25586 View commit details
    Browse the repository at this point in the history
  5. enable h2 console

    springframeworkguru committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0d97c14 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    0c547bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52bd3bf View commit details
    Browse the repository at this point in the history
  3. adding list books

    springframeworkguru committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    85651f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. 1 Configuration menu
    Copy the full SHA
    28d096c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db0e571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6caa7ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c841ad7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d0c81f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f46beee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3e8e57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0685ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8689c8 View commit details
    Browse the repository at this point in the history
  10. Merge branch '9-add-controller' into add-books-listview

    # Conflicts:
    #	pom.xml
    springframeworkguru committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    480e592 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. just added my name

    PanGian97 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4af908c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f04997f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Implimented part 17

    springframeworkguru authored and PanGian97 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    a687ed9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge remote-tracking branch 'origin/3-jpa-repositories' into practice

    # Conflicts:
    #	src/main/java/guru/springframework/spring6webapp/domain/Author.java
    #	src/main/java/guru/springframework/spring6webapp/domain/Book.java
    PanGian97 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fc03c82 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. adding bootstrap

    springframeworkguru authored and PanGian97 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f660fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2935b09 View commit details
    Browse the repository at this point in the history
  3. Modified

    PanGian97 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2141d48 View commit details
    Browse the repository at this point in the history
  4. Modified

    PanGian97 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9fc3ad5 View commit details
    Browse the repository at this point in the history
  5. adding publisher

    springframeworkguru authored and PanGian97 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3d8451d View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/6-publisher-relationship' into p…

    …ractice
    
    # Conflicts:
    #	src/main/java/guru/springframework/spring6webapp/bootstrap/BootstrapData.java
    #	src/main/java/guru/springframework/spring6webapp/domain/Book.java
    #	src/main/java/guru/springframework/spring6webapp/domain/Publisher.java
    PanGian97 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    27bc013 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Modified

    PanGian97 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f9a83e9 View commit details
    Browse the repository at this point in the history
  2. adding list books

    springframeworkguru authored and PanGian97 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    17bb46d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/10-add-books-listview' into prac…

    …tice
    
    # Conflicts:
    #	src/main/java/guru/springframework/spring6webapp/bootstrap/BootstrapData.java
    #	src/main/java/guru/springframework/spring6webapp/controllers/BookController.java
    #	src/main/java/guru/springframework/spring6webapp/services/BookService.java
    #	src/main/java/guru/springframework/spring6webapp/services/BookServiceImpl.java
    PanGian97 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0fe1716 View commit details
    Browse the repository at this point in the history
  4. Modified

    PanGian97 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    595dbfb View commit details
    Browse the repository at this point in the history
  5. Modified

    PanGian97 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a9a8db4 View commit details
    Browse the repository at this point in the history