Premier commit

This commit is contained in:
TestAccountsUser 2018-03-11 20:48:28 +01:00
commit 30dc8cbce7
43 changed files with 1979 additions and 0 deletions

View file

@ -0,0 +1,9 @@
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