Skip to content
View mariamichou's full-sized avatar
Block or Report

Block or report mariamichou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Make gradle sonarqube task agnostic ... Make gradle sonarqube task agnostic to current branch and target
    1
    buildscript {
    2
        ext {
    3
            springBootVersion = '2.0.0.RELEASE'
    4
            springVersion = '5.0.4.RELEASE'
    5
        }
  2. Checkout a branch by its id Checkout a branch by its id
    1
    # The following 2 aliases and function are useful when you want to switch to a branch without having to type its whole name. 
    2
    # For that to work, we need the id of the branch and we assume that the id is unique for the repository.
    3
    
                  
    4
    # E.g. if the branch is: prefix/PPRJ-123/name-of-the-task, then the id is 123.
    5
     
  3. playground playground Public

    Java

  4. di-demo di-demo Public

    IoC and Dependency Injection Demo

    Java

  5. mvc-demo mvc-demo Public

    Java

  6. profiles-demo profiles-demo Public

    Spring Profiles Demo

    Java