3 changed files with 9 additions and 12 deletions
@ -1,7 +1,6 @@ |
|||||||
#数据源配置 |
#数据源配置 |
||||||
spring: |
spring: |
||||||
datasource: |
datasource: |
||||||
url: jdbc:mysql://localhost:3306/bladex_flowable?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true |
url: ${blade.datasource.flow.dev.url} |
||||||
username: root |
username: ${blade.datasource.flow.dev.username} |
||||||
password: root |
password: ${blade.datasource.flow.dev.password} |
||||||
driver-class-name: com.mysql.cj.jdbc.Driver |
|
||||||
|
@ -1,7 +1,6 @@ |
|||||||
#数据源配置 |
#数据源配置 |
||||||
spring: |
spring: |
||||||
datasource: |
datasource: |
||||||
url: jdbc:mysql://localhost:3306/bladex_flowable?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true |
url: ${blade.datasource.flow.prod.url} |
||||||
username: root |
username: ${blade.datasource.flow.prod.username} |
||||||
password: root |
password: ${blade.datasource.flow.prod.password} |
||||||
driver-class-name: com.mysql.cj.jdbc.Driver |
|
||||||
|
@ -1,7 +1,6 @@ |
|||||||
#数据源配置 |
#数据源配置 |
||||||
spring: |
spring: |
||||||
datasource: |
datasource: |
||||||
url: jdbc:mysql://localhost:3306/bladex_flowable?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true |
url: ${blade.datasource.flow.test.url} |
||||||
username: root |
username: ${blade.datasource.flow.test.username} |
||||||
password: root |
password: ${blade.datasource.flow.test.password} |
||||||
driver-class-name: com.mysql.cj.jdbc.Driver |
|
||||||
|
Loading…
Reference in new issue