4668216-Optimisez-votre-arc.../microservice-commandes/src/main/resources/application.properties
2018-03-18 02:49:08 +01:00

10 lines
No EOL
219 B
Properties

spring.application.name=microservice-commandes
server.port 9002
#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