|
@ -1,5 +1,5 @@ |
|
|
server: |
|
|
server: |
|
|
port: 8086 |
|
|
port: @server.port@ |
|
|
servlet: |
|
|
servlet: |
|
|
context-path: /activiti |
|
|
context-path: /activiti |
|
|
|
|
|
|
|
@ -18,17 +18,25 @@ spring: |
|
|
activiti: |
|
|
activiti: |
|
|
check-process-definitions: false |
|
|
check-process-definitions: false |
|
|
redis: |
|
|
redis: |
|
|
database: 0 |
|
|
database: 6 |
|
|
host: redis |
|
|
host: 47.104.224.45 |
|
|
timeout: 30s |
|
|
timeout: 30s |
|
|
port: 6379 |
|
|
port: 6379 |
|
|
password: 123456 |
|
|
password: elink@888 |
|
|
datasource: |
|
|
datasource: |
|
|
druid: |
|
|
druid: |
|
|
driver-class-name: com.mysql.jdbc.Driver |
|
|
driver-class-name: com.mysql.jdbc.Driver |
|
|
url: jdbc:mysql://localhost:3306/renren_cloud?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false |
|
|
url: jdbc:mysql://47.104.224.45:3308/epdc_activiti?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false |
|
|
username: renren |
|
|
username: root |
|
|
password: 123456 |
|
|
password: shibei@888 |
|
|
|
|
|
cloud: |
|
|
|
|
|
nacos: |
|
|
|
|
|
discovery: |
|
|
|
|
|
server-addr: @nacos.server-addr@ |
|
|
|
|
|
register-enabled: @nacos.register-enabled@ |
|
|
|
|
|
alibaba: |
|
|
|
|
|
seata: |
|
|
|
|
|
tx-service-group: epdc-activiti-server-fescar-service-group |
|
|
#Oracle |
|
|
#Oracle |
|
|
# driver-class-name: oracle.jdbc.OracleDriver |
|
|
# driver-class-name: oracle.jdbc.OracleDriver |
|
|
# url: jdbc:oracle:thin:@localhost:1521:xe |
|
|
# url: jdbc:oracle:thin:@localhost:1521:xe |
|
@ -54,19 +62,6 @@ management: |
|
|
health: |
|
|
health: |
|
|
show-details: ALWAYS |
|
|
show-details: ALWAYS |
|
|
|
|
|
|
|
|
eureka: |
|
|
|
|
|
instance: |
|
|
|
|
|
prefer-ip-address: true |
|
|
|
|
|
instance-id: ${spring.cloud.client.ip-address}:${server.port} |
|
|
|
|
|
metadata-map: |
|
|
|
|
|
management: |
|
|
|
|
|
context-path: ${server.servlet.context-path}/actuator |
|
|
|
|
|
health-check-url-path: ${server.servlet.context-path}/actuator/health |
|
|
|
|
|
status-page-url-path: ${server.servlet.context-path}/actuator/info |
|
|
|
|
|
client: |
|
|
|
|
|
service-url: |
|
|
|
|
|
defaultZone: http://eureka:8761/eureka/ |
|
|
|
|
|
|
|
|
|
|
|
mybatis-plus: |
|
|
mybatis-plus: |
|
|
mapper-locations: classpath:/mapper/**/*.xml |
|
|
mapper-locations: classpath:/mapper/**/*.xml |
|
|
#实体扫描,多个package用逗号或者分号分隔 |
|
|
#实体扫描,多个package用逗号或者分号分隔 |
|
|