瀏覽代碼

测试配置文件

huangzhiyong 8 年之前
父節點
當前提交
39f19ba30a
共有 1 個文件被更改,包括 26 次插入0 次删除
  1. 26 0
      test-config.yml

+ 26 - 0
test-config.yml

@ -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
---
spring:
  profiles: dev
hello:
  text: hello world devvvvvvvvvvvvvvvvv!
---
spring:
  profiles: test
hello:
  text: hello world testttttttttttttttt!