mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
fix comment
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* 配置文件实现分装,例如Properties封装Props
|
* 配置文件实现封装,例如Properties封装Props
|
||||||
*
|
*
|
||||||
* @author looly
|
* @author looly
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
package cn.hutool.setting.dialect;
|
package cn.hutool.setting.dialect;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* 配置文件实现分装,例如Properties封装Props
|
* 配置环境封装,例如Profile可以自定义不同环境下的配置文件位置
|
||||||
*
|
*
|
||||||
* @author looly
|
* @author looly
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
package cn.hutool.setting.profile;
|
package cn.hutool.setting.profile;
|
||||||
|
|||||||
Reference in New Issue
Block a user