How to use Jersey client to make restfull api’s calls

  https://gist.github.com/kbilel/14873d4f7595aefe2ec9cba929daff7d.js   This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters Search HOME RESUME PYTHON SAAS GIT OTHER POEMS LOG IN JERSEY CLIENT FRAMEWORK … Lire la suite How to use Jersey client to make restfull api’s calls

Évaluez ceci :

GET PROPERTIES FILE KEY/VALUES in java

The properties file needs to reside anywhere on the classpath (use src/main/java) 1) create this class and pass the name of your properties file   This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. … Lire la suite GET PROPERTIES FILE KEY/VALUES in java

Évaluez ceci :

Git does not show remote branches after fresh creation?

After creation of a new branch in bitbucket Github Gitlab … when we make git branch -r to display   new branches we don’t see them we have to make git fetch   that git client update the config file with the new branches linkes   git branch -r  will diplay the ew branches with the masters … Lire la suite Git does not show remote branches after fresh creation?

Évaluez ceci :