|
@@ -5,8 +5,8 @@ spring:
|
|
|
##redis 单机环境配置
|
|
|
host: 127.0.0.1
|
|
|
port: 6379
|
|
|
- password:
|
|
|
- database: 0
|
|
|
+ password: 123456
|
|
|
+ database: 6
|
|
|
ssl:
|
|
|
enabled: false
|
|
|
##redis 集群环境配置
|
|
@@ -15,9 +15,17 @@ spring:
|
|
|
# commandTimeout: 5000
|
|
|
datasource:
|
|
|
# MySql
|
|
|
- url: jdbc:mysql://192.168.0.107:3308/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
|
|
- username: bladex_boot
|
|
|
- password: CbcdLNapTNHHwRrs
|
|
|
+ # 测试环境
|
|
|
+# url: jdbc:mysql://192.168.0.109:3306/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
|
|
+# username: root
|
|
|
+# password: admin123@
|
|
|
+ #部署环境
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
|
|
+ username: root
|
|
|
+ password: 123456
|
|
|
+# url: jdbc:mysql://127.0.0.1:3308/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
|
|
+# username: bladex_boot
|
|
|
+# password: CbcdLNapTNHHwRrs
|
|
|
# PostgreSQL
|
|
|
#url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
|
|
|
#username: postgres
|