2 changed files with 15 additions and 2 deletions
@ -1,6 +1,15 @@ |
|||||||
#数据源配置 |
#数据源配置 |
||||||
spring: |
spring: |
||||||
datasource: |
datasource: |
||||||
|
# MySql |
||||||
url: jdbc:mysql://localhost:3306/bladex_flow?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
url: jdbc:mysql://localhost:3306/bladex_flow?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true |
||||||
username: root |
username: root |
||||||
password: root |
password: root |
||||||
|
# PostgreSQL |
||||||
|
#url: jdbc:postgresql://127.0.0.1:5432/bladex_flow |
||||||
|
#username: postgres |
||||||
|
#password: 123456 |
||||||
|
# Oracle |
||||||
|
#url: jdbc:oracle:thin:@127.0.0.1:49161:xe |
||||||
|
#username: BLADEX_FLOW |
||||||
|
#password: oracle |
||||||
|
Loading…
Reference in new issue