...
This commit is contained in:
parent
b4af15eab1
commit
42690164fb
|
@ -6,10 +6,13 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
|||
import org.springframework.context.annotation.PropertySource;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* 青岛西海岸
|
||||
*/
|
||||
@Data
|
||||
@Component
|
||||
@PropertySource("classpath:/domain/tsingtao_xha.properties")
|
||||
@ConfigurationProperties(prefix = "tsingtao")
|
||||
@ConfigurationProperties(prefix = "tsingtao_xha")
|
||||
public class Tsingtao_xhaProperties {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue