You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.3 KiB
35 lines
1.3 KiB
|
2 years ago
|
spring:
|
||
|
|
datasource:
|
||
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
|
#driver-class-name: org.postgresql.Driver
|
||
|
|
#driver-class-name: oracle.jdbc.OracleDriver
|
||
|
|
#driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||
|
|
druid:
|
||
|
|
# MySql、PostgreSQL、SqlServer校验
|
||
|
|
validation-query: select 1
|
||
|
|
# Oracle校验
|
||
|
|
#validation-query: select 1 from dual
|
||
|
|
|
||
|
|
#项目模块集中配置
|
||
|
|
blade:
|
||
|
|
#工作流模块开发生产环境数据库地址
|
||
|
|
datasource:
|
||
|
|
workflow:
|
||
|
|
dev:
|
||
|
|
# MySql
|
||
|
|
url: jdbc:mysql://localhost:3306/bladex_workflow?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
||
|
|
username: root
|
||
|
|
password: password
|
||
|
|
# PostgreSQL
|
||
|
|
#url: jdbc:postgresql://127.0.0.1:5432/bladex_workflow
|
||
|
|
#username: postgres
|
||
|
|
#password: 123456
|
||
|
|
# Oracle
|
||
|
|
#url: jdbc:oracle:thin:@127.0.0.1:1521:orcl
|
||
|
|
#username: BLADEX_FLOW
|
||
|
|
#password: BLADEX_FLOW
|
||
|
|
# SqlServer
|
||
|
|
#url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=bladex_workflow
|
||
|
|
#username: bladex_flow
|
||
|
|
#password: bladex_flow
|