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: RMNorbert/JavaCart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: RMNorbert/JavaCart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: inventory
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    182caef View commit details
    Browse the repository at this point in the history
  2. Feat: add InventoryServiceApplication class

    with enabling discovery client to auto-register the local Spring Boot server with the remote discovery server and add initial inventory data for testing purposes
    RMNorbert committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c8ddcb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b6cae8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bbee84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f0e154 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8b62d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebc9bce View commit details
    Browse the repository at this point in the history
  8. Feat: Add InventoryService to provide logic in inventory-related oper…

    …ations
    
     - including methods for checking if the searched skuCodes are in stock
    RMNorbert committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0305fee View commit details
    Browse the repository at this point in the history
  9. Feat: Add Inventory service application.properties with configuration:

    - Configures the MySQL database properties for the inventory-service, including the driver class, URL, username, password, and Hibernate DDL auto settings.
    - Configure application name and use dynamic server port.
    - Define Eureka service discovery configuration for inventory discovery including:
      - eureka default zone URL and creating instance id to help Eureka Server to make a distinction between different client instances of the same application
    RMNorbert committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e4a4a87 View commit details
    Browse the repository at this point in the history
Loading