This commit is contained in:
wangliwen 2022-06-21 10:17:07 +08:00
parent 42690164fb
commit 2d677cfefc
2 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ import org.springframework.stereotype.Component;
*/
@Data
@Component
@PropertySource("classpath:/domain/tsingtao_xha.properties")
@ConfigurationProperties(prefix = "tsingtao_xha")
@PropertySource("classpath:/domain/tsingtao-xha.properties")
@ConfigurationProperties(prefix = "tsingtao-xha")
public class Tsingtao_xhaProperties {
}