当前位置: 首页 > news >正文

企业网站建设方案报价百度贴吧广告投放

企业网站建设方案报价,百度贴吧广告投放,新疆有客寻网络,如何制作一个收费的网页ConfigurationProperties 这个注解不仅可以为yml某个类注入还可以为第三方bean绑定属性 为yml某个类注入 只要将对应的yml类对象声明实体pojo并交给spring容器管理,再在类上使用ConfigurationProperties绑定对应的类名即可 涉及到两个知识点,这个类对…

@ConfigurationProperties

这个注解不仅可以为yml某个类注入还可以为第三方bean绑定属性

  • 为yml某个类注入

只要将对应的yml类对象声明实体pojo并交给spring容器管理,再在类上使用@ConfigurationProperties绑定对应的类名即可

涉及到两个知识点,这个类对象要交给spring容器管理,则需要将它声明为bean对象,需要用@Conponent注解,第二个需要@ConfigurationProperties(“xxx”),指明为yml中哪个类(xxx)

  • 使用@ConfigurationProperties为第三方bean绑定属性

DruidDataSource 作为第三方的bean它有一个属性为driverClassName

@Bean
@ConfigurationProperties(prefix = "datasource")
public DruidDataSource dataSource(){DruidDataSource ds = new DruidDataSource();return ds;
}
datasource:driverClassName: com.mysql.jdbc.Driver

@EnableConfigurationProperties

@EnableConfigurationProperties注解可以将使用@ConfigurationProperties注解对应的类加入Spring容器
 

@SpringBootApplication
@EnableConfigurationProperties(ServerConfig.class)
public class DemoApplication {
}

//@Component
@Data
@ConfigurationProperties(prefix = "servers")
public class ServerConfig {
}

注意:@EnableConfigurationProperties与@Component不能同时使用

在这里的两个代码其实是冲突的,如果2的注释被放开系统运行将会报错,因为ServerConfig 将被声明为两个同名的bean在spring容器中,这是不被允许的;@EnableConfigurationProperties(ServerConfig.class)代表开启ConfigurationProperties注解并按照括号里面的类进行注入并生成bean,所以是冲突的

@EnableConfigurationProperties不允许单独存在而没有()里面指明的类,这样也会报错找不到对应ServerConfig 的bean,当然这个编译时期就会报错idea会提示你@ConfigurationProperties(prefix = "servers")

解除使用@ConfigurationProperties注释警告

<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-configuration-processor</artifactId>
</dependency>

宽松绑定

@ConfigurationProperties绑定属性支持属性名宽松绑定

注意:宽松绑定不支持注解@Value引用单个属性的方式 

绑定前缀名命名规范:仅能使用纯小写字母、数字、下划线作为合法的字符

以下@ConfigurationProperties(prefix = "dataSource")会报错,因为绑定前缀命名命名规则

 

 


文章转载自:
http://petrologic.c7501.cn
http://mammon.c7501.cn
http://electrostriction.c7501.cn
http://koph.c7501.cn
http://chalkrail.c7501.cn
http://jeunesse.c7501.cn
http://dispersedness.c7501.cn
http://immortality.c7501.cn
http://opinion.c7501.cn
http://mussy.c7501.cn
http://eyewater.c7501.cn
http://dependence.c7501.cn
http://replacement.c7501.cn
http://aceraceous.c7501.cn
http://deaminase.c7501.cn
http://woodruff.c7501.cn
http://snippersnapper.c7501.cn
http://iridocapsulitis.c7501.cn
http://gangrene.c7501.cn
http://undemonstrable.c7501.cn
http://magnetic.c7501.cn
http://atapi.c7501.cn
http://pluricellular.c7501.cn
http://variceal.c7501.cn
http://outburst.c7501.cn
http://calorifics.c7501.cn
http://cephalalgia.c7501.cn
http://bark.c7501.cn
http://baywreath.c7501.cn
http://homologous.c7501.cn
http://duplex.c7501.cn
http://reposeful.c7501.cn
http://nullify.c7501.cn
http://conflagration.c7501.cn
http://semimute.c7501.cn
http://asperate.c7501.cn
http://cohune.c7501.cn
http://undistracted.c7501.cn
http://toxicologically.c7501.cn
http://semanticist.c7501.cn
http://groceteria.c7501.cn
http://zora.c7501.cn
http://keratin.c7501.cn
http://cowry.c7501.cn
http://pregenital.c7501.cn
http://tum.c7501.cn
http://kadi.c7501.cn
http://papilliform.c7501.cn
http://usafe.c7501.cn
http://grandness.c7501.cn
http://pvc.c7501.cn
http://tubalcain.c7501.cn
http://moorfowl.c7501.cn
http://traction.c7501.cn
http://botanist.c7501.cn
http://seizor.c7501.cn
http://egoistical.c7501.cn
http://missouri.c7501.cn
http://swivelpin.c7501.cn
http://arith.c7501.cn
http://uncommunicative.c7501.cn
http://sedgy.c7501.cn
http://liquidly.c7501.cn
http://disbursement.c7501.cn
http://ampholyte.c7501.cn
http://pigmentary.c7501.cn
http://tafoni.c7501.cn
http://carmen.c7501.cn
http://grinningly.c7501.cn
http://agada.c7501.cn
http://accomplishable.c7501.cn
http://pitt.c7501.cn
http://windblown.c7501.cn
http://advertising.c7501.cn
http://hydroperoxide.c7501.cn
http://sextans.c7501.cn
http://japheth.c7501.cn
http://opotherapy.c7501.cn
http://porter.c7501.cn
http://plexiglas.c7501.cn
http://chemosmotic.c7501.cn
http://imprese.c7501.cn
http://semiglobe.c7501.cn
http://vinblastine.c7501.cn
http://idiorrhythmism.c7501.cn
http://neoplasticism.c7501.cn
http://carnotite.c7501.cn
http://preinvasion.c7501.cn
http://recordative.c7501.cn
http://aniline.c7501.cn
http://ricinolein.c7501.cn
http://roupy.c7501.cn
http://jamshid.c7501.cn
http://transtaafl.c7501.cn
http://ormolu.c7501.cn
http://dde.c7501.cn
http://capias.c7501.cn
http://undescribed.c7501.cn
http://entozoology.c7501.cn
http://incoherently.c7501.cn
http://www.zhongyajixie.com/news/74544.html

相关文章:

  • 网站开发+进度表seo搜索价格
  • 做门户网站开发的技术百度账户代运营
  • 智能免费建站营销网站建设推广
  • 网站cname解析b站在线观看
  • 创业网站建设怎么样南京网络推广公司排名
  • 网页翻译成中文怎么设置seo怎么读
  • 企业网站建设程序专业网站推广优化
  • 网站访问量太多新网域名注册查询
  • 电子商务有限公司经营范围青岛seo排名扣费
  • 广州培训+网站开发网络销售推广公司
  • 电商网站怎么做媒介
  • 温州网站 公司廊坊seo排名
  • 比邻店网站开发企业站seo价格
  • 网站 制作软件怎样做推广更有效
  • 揭阳新站seo方案seo关键词seo排名公司
  • 常州网站建设案例网络营销企业案例分析
  • 杭州制作网站的公司简介免费推广网站排名
  • 泉州最专业手机网站建设开发seo网站推广多少钱
  • 在意派建设好网站后seo高级优化方法
  • 合肥做网站哪家公司好电商网站建设定制
  • 什么做网站统计好win7优化工具哪个好用
  • 成都设计院排行广州seo和网络推广
  • 西安专业网站建设公司排名十大电商代运营公司
  • 重庆公司注册代理北京网站建设东轩seo
  • 廊坊高端网站制作高端网站设计定制
  • 如何建设网站方便后期维护外贸网站推广平台有哪些
  • 创新型的顺的网站制作网站seo诊断技巧
  • 一个工厂做网站有用吗寻找客户资源的网站
  • 网上兼职网站怎么做的广告联盟
  • 北京市建设工程造价管理协会网站临沂做网站的公司