Created
April 26, 2019 10:49
-
-
Save logicjwell/0c8e99c261057a5c693e500590805c94 to your computer and use it in GitHub Desktop.
[springboot 配置文件常用配置项及说明] #springboot #配置文件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
profiles: | |
active: test | |
error: | |
include-exception: true | |
include-stacktrace: always | |
undertow: | |
accesslog: | |
dir: /data/logs/huacai-order-trade | |
enabled: true | |
prefix: huacai-order-trade.access | |
rotate: true | |
suffix: .log | |
servlet: | |
multipart: | |
max-file-size: 20MB | |
order-trade: | |
hall: hall | |
mgmt: | |
bid: bid | |
requirement: requirement | |
my: | |
bid: bid | |
requirement: requirement | |
user-center: | |
auth: auth | |
user-info: user-info | |
#又拍云 | |
upyun: | |
bucket-name: huacai | |
username: huacaikeji | |
password: TEST20160105 | |
host: http://huacai.b0.upaiyun.com | |
debug: false | |
timeout: 30 | |
remote-upload-dir: /upload_pic/ | |
server: | |
use-forward-headers: true | |
max-http-header-size: 32768 #32k | |
pagehelper: | |
reasonable: true | |
params: | |
page-num: pageHelperStart | |
page-size: pageHelperRows | |
count: countSql | |
offset-as-page-num: true | |
support-methods-arguments: true | |
helper-dialect: mysql | |
row-bounds-with-count: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment