|
@@ -2,7 +2,7 @@ server:
|
|
port: 9089
|
|
port: 9089
|
|
spring:
|
|
spring:
|
|
application:
|
|
application:
|
|
- name: flow-app
|
|
|
|
|
|
+ name: service-flow
|
|
jackson:
|
|
jackson:
|
|
serialization:
|
|
serialization:
|
|
FAIL_ON_EMPTY_BEANS: false
|
|
FAIL_ON_EMPTY_BEANS: false
|
|
@@ -10,10 +10,10 @@ spring:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver # mysql驱动包
|
|
driver-class-name: com.mysql.cj.jdbc.Driver # mysql驱动包
|
|
#driver-class-name: dm.jdbc.driver.DmDriver # 达梦驱动包
|
|
#driver-class-name: dm.jdbc.driver.DmDriver # 达梦驱动包
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
- url: jdbc:mysql://192.168.10.165:3306/flow?characterEncoding=utf8&useUnicode=true&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
|
|
|
|
|
|
+ url: jdbc:mysql://usky-cloud-mysql:13307/flow?characterEncoding=utf8&useUnicode=true&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
|
|
#url: jdbc:dm://127.0.0.1:30236?compatibleMode=oracle
|
|
#url: jdbc:dm://127.0.0.1:30236?compatibleMode=oracle
|
|
- username: root
|
|
|
|
- password: yt123456
|
|
|
|
|
|
+ username: usky
|
|
|
|
+ password: Yt#75Usky
|
|
# Hikari 连接池配置
|
|
# Hikari 连接池配置
|
|
hikari:
|
|
hikari:
|
|
# 最小空闲连接数量
|
|
# 最小空闲连接数量
|
|
@@ -36,7 +36,7 @@ spring:
|
|
redis:
|
|
redis:
|
|
timeout: 6000ms
|
|
timeout: 6000ms
|
|
database: 0 #Redis数据库索引(默认为0)
|
|
database: 0 #Redis数据库索引(默认为0)
|
|
- host: 192.168.10.165 #Redis服务器地址
|
|
|
|
|
|
+ host: usky-cloud-redis #Redis服务器地址
|
|
port: 6379 #Redis服务器连接端口
|
|
port: 6379 #Redis服务器连接端口
|
|
password: 123456
|
|
password: 123456
|
|
lettuce:
|
|
lettuce:
|
|
@@ -47,21 +47,21 @@ spring:
|
|
max-idle: 8
|
|
max-idle: 8
|
|
min-idle: 0
|
|
min-idle: 0
|
|
|
|
|
|
- mail:
|
|
|
|
- host: smtp.163.com
|
|
|
|
- port: 465
|
|
|
|
- protocol: smtps
|
|
|
|
- default-encoding: UTF-8
|
|
|
|
- username: 15606613391@163.com
|
|
|
|
- password: WVTAADOTQFDLHUHM
|
|
|
|
- test-connection: true
|
|
|
|
- properties:
|
|
|
|
- mail:
|
|
|
|
- smtp:
|
|
|
|
- auth: true
|
|
|
|
- starttls:
|
|
|
|
- enable: true
|
|
|
|
- required: true
|
|
|
|
|
|
+# mail:
|
|
|
|
+# host: smtp.163.com
|
|
|
|
+# port: 465
|
|
|
|
+# protocol: smtps
|
|
|
|
+# default-encoding: UTF-8
|
|
|
|
+# username: 15606613391@163.com
|
|
|
|
+# password: WVTAADOTQFDLHUHM
|
|
|
|
+# test-connection: true
|
|
|
|
+# properties:
|
|
|
|
+# mail:
|
|
|
|
+# smtp:
|
|
|
|
+# auth: true
|
|
|
|
+# starttls:
|
|
|
|
+# enable: true
|
|
|
|
+# required: true
|
|
|
|
|
|
flowable:
|
|
flowable:
|
|
#关闭定时任务JOB
|
|
#关闭定时任务JOB
|