@ -0,0 +1,26 @@
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
max-active: 20
max-idle: 8
min-idle: 8
validation-query: SELECT 1
test-on-borrow: true
---
profiles: dev
hello:
text: hello world devvvvvvvvvvvvvvvvv!
profiles: test
text: hello world testttttttttttttttt!