wuxw
2019-02-02 78b3e4909c02e1e8575bd77d7fb648156b8c9ac2
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 {
}