fixed properties files notation
This commit is contained in:
parent
6b462cd6c6
commit
82b5316bc4
|
@ -1,4 +1,4 @@
|
|||
spring.datasource.password: 'password'
|
||||
spring.datasource.url: jdbc:mysql://localhost:3306/db_integration
|
||||
spring.datasource.username: user
|
||||
spring.datasource.password=password
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/db_integration
|
||||
spring.datasource.username=user
|
||||
bael.property=integrationValue
|
Loading…
Reference in New Issue