initial commit

This commit is contained in:
alexandre.iwanesko@gmail.com 2021-12-12 00:25:40 +01:00
parent 05ebf8b259
commit 6d87a8fcc1
44 changed files with 1980 additions and 0 deletions

View file

@ -0,0 +1,9 @@
server.port 9001
#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