Skip to content

Commit

Permalink
ajout url java11
Browse files Browse the repository at this point in the history
  • Loading branch information
khergalant committed Mar 12, 2020
1 parent 560f44c commit 4596041
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions src/main/resources/configUrlServices.sample.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
# limitations under the License.
###

##############################################
###############################################
# Properties A P O G E E
###############################################

###############################################
# Java 8
###############################################

# WebServices Dossier Etudiant
etudiantMetier.urlService=http://wsapogee.univ.fr/services/amue_apo_update_etudiant
Expand All @@ -45,4 +48,24 @@ WS_SSL_MODE=false;
WS_KEY_STORE_PATH=C:/client_keystore
WS_CERTIF_STORE_PATH=C:/client_keystore
WS_KEY_PASS=password
WS_KEY_TYPE=jks
WS_KEY_TYPE=jks

###############################################
# Java 11
###############################################

# WebServices Dossier Etudiant
etudiantMetier.urlService=http://wsapogee.univ.fr/services/amue_apo_update_etudiant
pedagogiqueMetier.urlService=http://wsapogee.univ.fr/services/amue_apo_pedagogique

# URL des Services Apogee-OPI
opiMetier.urlService=http://wsapogee.univ.fr/services/amue_opi

# URL du Services Apogee-PJ
pj.urlService=http://wsapogee.univ.fr/services/PJ

# URL des Services Apogee-OPI-PJ
pjOpiMetier.urlService=http://wsapogee.univ.fr/services/amue_apo_pjopi

# URL du service de vérification d'INES
checkInes.urlService=http://wsines.univ.fr/services/checkine

0 comments on commit 4596041

Please sign in to comment.