2018-03-18 22:56:34 +00:00
|
|
|
|
|
|
|
#Configurations H2
|
|
|
|
spring.jpa.show-sql=true
|
|
|
|
spring.h2.console.enabled=true
|
|
|
|
|
|
|
|
#défini l'encodage pour data.sql
|
|
|
|
spring.datasource.sql-script-encoding=UTF-8
|
|
|
|
|
|
|
|
|
|
|
|
#Nos configurations
|
|
|
|
|
|
|
|
mes-configs.limitDeProduits= 3
|
2018-03-19 22:25:34 +00:00
|
|
|
|
|
|
|
#Eureka
|
|
|
|
eureka.client.serviceUrl.defaultZone: http://localhost:9102/eureka/
|