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: eiselems/spring-boot-microservices
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: partOne_Docker
Choose a base ref
...
head repository: eiselems/spring-boot-microservices
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.
  • 15 commits
  • 53 files changed
  • 1 contributor

Commits on Sep 16, 2017

  1. Configuration menu
    Copy the full SHA
    8be8160 View commit details
    Browse the repository at this point in the history
  2. Part3: The counter microservice

    * Modify the project to be a mvn multi-module-project
    * Adjust docker-compose.yml to use counter microservice
    * Implement counter microservice
    eiselems committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    529b716 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Configuration menu
    Copy the full SHA
    22f843c View commit details
    Browse the repository at this point in the history
  2. Maint: Replace long with AtomicLong to make CounterController thread-…

    …safe
    
    Also add .gitignore
    eiselems committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    edc8909 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. MAINT: Add proper README.md

    eiselems committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    bba58a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Add part4 - ConfigService

    Also updates the counterService to leverage the configservice
    eiselems committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    e75e6d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Part5: Add config service

    eiselems committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    c796ca3 View commit details
    Browse the repository at this point in the history
  2. Part 6: Add zuul (#4)

    eiselems authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    521921d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Add BasicAuth to Gateway

    Also:
    Change port of counter-service to not conflict outside of docker.
    
    TODO: realized the internal docker network is not working / the services
    are not configured to run from different hosts
    eiselems committed May 6, 2018
    Configuration menu
    Copy the full SHA
    ff682fb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Configuration menu
    Copy the full SHA
    50dd635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dccf3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c81ee2c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

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

Commits on May 26, 2018

  1. MAINT: Update to SpringBoot 2.0.2-release

    Small refactorings needed for spring security:
    * password now needs password encoding info (or alt: Encoder Bean)
    eiselems committed May 26, 2018
    Configuration menu
    Copy the full SHA
    5f2b739 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

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