Package | Description |
---|---|
cn.hutool.setting.profile |
配置环境封装,例如Profile可以自定义不同环境下的配置文件位置
|
Modifier and Type | Method and Description |
---|---|
Profile |
Profile.clear()
清空所有环境的配置文件
|
Profile |
Profile.setCharset(Charset charset)
设置编码
|
Profile |
Profile.setProfile(String profile)
设置环境
|
static Profile |
GlobalProfile.setProfile(String profile)
设置全局环境
|
Profile |
Profile.setUseVar(boolean useVar)
设置是否使用变量
|
Copyright © 2024. All rights reserved.