fixed properties files notation

This commit is contained in:
Gerardo Roza 2021-01-16 12:20:54 -03:00
parent 6b462cd6c6
commit 82b5316bc4
1 changed files with 3 additions and 3 deletions

View File

@ -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