Ajout Eureka

This commit is contained in:
TestAccountsUser 2018-03-19 23:25:34 +01:00
parent 0ba2b328aa
commit 3e38091c32
20 changed files with 547 additions and 3 deletions

View file

@ -0,0 +1,6 @@
server.port:9102
spring.application.name=eureka-server
eureka.client.serviceUrl.defaultZone:http://localhost:9102/eureka/
eureka.client.registerWithEureka:false
eureka.client.fetchRegistry:false

View file

@ -0,0 +1,2 @@
#Eureka
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/

View file

@ -6,4 +6,7 @@ spring.jpa.show-sql=true
spring.h2.console.enabled=true
#défini l'encodage pour data.sql
spring.datasource.sql-script-encoding=UTF-8
spring.datasource.sql-script-encoding=UTF-8
#Eureka
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/

View file

@ -5,4 +5,7 @@ spring.jpa.show-sql=true
spring.h2.console.enabled=true
#défini l'encodage pour data.sql
spring.datasource.sql-script-encoding=UTF-8
spring.datasource.sql-script-encoding=UTF-8
#Eureka
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/

View file

@ -9,8 +9,10 @@ spring.h2.console.enabled=true
#défini l'encodage pour data.sql
spring.datasource.sql-script-encoding=UTF-8
management.endpoints.web.expose=info, health, refresh
#Nos configurations
mes-configs.limitDeProduits= 3
#Eureka
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/