You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.4 KiB
73 lines
1.4 KiB
4 months ago
|
# Tomcat
|
||
|
server:
|
||
|
tomcat:
|
||
|
uri-encoding: UTF-8
|
||
|
max-threads: 1000
|
||
|
min-spare-threads: 30
|
||
|
port: 8070
|
||
|
connection-timeout: 5000ms
|
||
|
servlet:
|
||
|
context-path: /base-fast
|
||
|
|
||
|
spring:
|
||
|
profiles:
|
||
|
active: dev
|
||
|
jackson:
|
||
|
time-zone: GMT+8
|
||
|
date-format: yyyy-MM-dd HH:mm:ss
|
||
|
servlet:
|
||
|
multipart:
|
||
|
max-file-size: 100MB
|
||
|
max-request-size: 100MB
|
||
|
enabled: true
|
||
|
redis:
|
||
|
open: false
|
||
|
database: 0
|
||
|
host: 192.168.56.100
|
||
|
port: 6379
|
||
|
password:
|
||
|
timeout: 6000ms
|
||
|
jedis:
|
||
|
pool:
|
||
|
max-active: 1000
|
||
|
max-wait: -1ms
|
||
|
max-idle: 10
|
||
|
min-idle: 5
|
||
|
mvc:
|
||
|
throw-exception-if-no-handler-found: true
|
||
|
application:
|
||
|
name: base-fast
|
||
|
|
||
|
|
||
|
#mybatis
|
||
|
mybatis-plus:
|
||
|
mapper-locations: classpath*:/mapper/**/*.xml
|
||
|
typeAliasesPackage: com.boge.modules.*.entity
|
||
|
global-config:
|
||
|
db-config:
|
||
|
id-type: AUTO
|
||
|
logic-delete-value: -1
|
||
|
logic-not-delete-value: 0
|
||
|
banner: false
|
||
|
configuration:
|
||
|
map-underscore-to-camel-case: true
|
||
|
cache-enabled: false
|
||
|
call-setters-on-nulls: true
|
||
|
jdbc-type-for-null: 'null'
|
||
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||
|
|
||
|
|
||
|
renren:
|
||
|
redis:
|
||
|
open: false
|
||
|
shiro:
|
||
|
redis: false
|
||
|
jwt:
|
||
|
secret: f4e2e52034348f86b67cde581c0f9eb5[www.renren.io]
|
||
|
expire: 604800
|
||
|
header: token
|
||
|
flowable:
|
||
|
async-executor-activate: false
|
||
|
database-schema-update: true
|
||
|
|