8 lines
171 B
Properties
8 lines
171 B
Properties
|
server.port 9003
|
||
|
|
||
|
#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
|