commit code
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
wkfow:
|
||||
auth: fk-auth
|
||||
server:
|
||||
port: 17211
|
||||
tomcat:
|
||||
uri-encoding: UTF-8
|
||||
servlet:
|
||||
context-path: /bat-wkflow
|
||||
max-http-header-size: 102400
|
||||
logging:
|
||||
level:
|
||||
root: info
|
||||
org.springfromework.web: info
|
||||
org.hibernate: info
|
||||
eureka:
|
||||
client:
|
||||
serviceUrl:
|
||||
defaultZone: http://127.0.0.1:8671/eureka/
|
||||
spring:
|
||||
application:
|
||||
name: bat-wkflow
|
||||
http:
|
||||
encoding:
|
||||
charset: UTF-8
|
||||
enabled: true
|
||||
force: true
|
||||
servlet:
|
||||
multipart:
|
||||
maxFileSize: "100MB"
|
||||
maxRequestSize: "100MB"
|
||||
datasource:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://127.0.0.1:3306/bat-wkflow?nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&useSSL=false&characterEncoding=utf-8
|
||||
username: root
|
||||
password: root
|
||||
activiti:
|
||||
database-schema-update: true
|
||||
# 自动部署验证设置:true-开启(默认)、false-关闭
|
||||
check-process-definitions: false
|
||||
profiles:
|
||||
active: dev
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
|
||||
ribbon:
|
||||
ReadTimeout: 60000
|
||||
ConnectTimeout: 60000
|
||||
Reference in New Issue
Block a user