摘要:
1.propertie配置读取数据/** * 通过value取配置文件中的数据 */ @Component @PropertySource(value = {"config/db-config.properties"}) public class InfoConfig1 { @Value("${db.username}") private String useranm... 阅读全文
posted @ 2019-05-28 19:30
bitbetter
阅读(621)
评论(0)
推荐(0)

浙公网安备 33010602011771号