公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2018-04-13 2018基础版
wuxw7
2018-04-13
3de85d01308c5efa0bc77d4a02fdc9a16d5aa9fb
[Lianxun_Java.git]
/
java110-config
/
src
/
main
/
java
/
com
/
java110
/
config
/
properties
/
CommonProperties.java
1
2
3
4
5
6
7
8
9
10
package com.java110.config.properties;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Created by wuxw on 2017/7/25.
*/
@ConfigurationProperties(prefix = "java110.common",locations="classpath:config/common.properties")
public class CommonProperties {
}