Externalisation de configuration
This commit is contained in:
parent
228f765e52
commit
0ba2b328aa
5 changed files with 25 additions and 3 deletions
9
config-server-repo/microservice-commandes.properties
Normal file
9
config-server-repo/microservice-commandes.properties
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue