initial commit
This commit is contained in:
parent
05ebf8b259
commit
6d87a8fcc1
44 changed files with 1980 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue