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

企业网站建设方案报价星乐seo网站关键词排名优化

企业网站建设方案报价,星乐seo网站关键词排名优化,邯郸有没有专门做写字楼的网站,网站的关键词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://dinncohalcyon.ydfr.cn
http://dinncotarantula.ydfr.cn
http://dinncomend.ydfr.cn
http://dinncobarium.ydfr.cn
http://dinncorottweiler.ydfr.cn
http://dinncofraternite.ydfr.cn
http://dinncopromising.ydfr.cn
http://dinncoapercu.ydfr.cn
http://dinncocheckpoint.ydfr.cn
http://dinncogingerliness.ydfr.cn
http://dinncoexcusably.ydfr.cn
http://dinncophene.ydfr.cn
http://dinncometacomet.ydfr.cn
http://dinncopassover.ydfr.cn
http://dinncosaseno.ydfr.cn
http://dinncorule.ydfr.cn
http://dinnconartb.ydfr.cn
http://dinncopetechiate.ydfr.cn
http://dinncofishiness.ydfr.cn
http://dinncobrownness.ydfr.cn
http://dinncoimpayable.ydfr.cn
http://dinncozoftick.ydfr.cn
http://dinnconu.ydfr.cn
http://dinncoparapolitical.ydfr.cn
http://dinncovillainously.ydfr.cn
http://dinncoprecis.ydfr.cn
http://dinncoaginner.ydfr.cn
http://dinncospake.ydfr.cn
http://dinncovibrate.ydfr.cn
http://dinncosemistrong.ydfr.cn
http://dinncoconsortion.ydfr.cn
http://dinncoadipic.ydfr.cn
http://dinncoleidenfrost.ydfr.cn
http://dinncoarminian.ydfr.cn
http://dinncoanomalism.ydfr.cn
http://dinncowomanliness.ydfr.cn
http://dinncopermeable.ydfr.cn
http://dinncoignore.ydfr.cn
http://dinncovomiturition.ydfr.cn
http://dinncopterosaurian.ydfr.cn
http://dinncounfeigned.ydfr.cn
http://dinncoseaquake.ydfr.cn
http://dinnconape.ydfr.cn
http://dinncoundecomposable.ydfr.cn
http://dinncoelbert.ydfr.cn
http://dinncocowlstaff.ydfr.cn
http://dinncothaw.ydfr.cn
http://dinncooutfly.ydfr.cn
http://dinncoaerosiderite.ydfr.cn
http://dinncoquattuordecillion.ydfr.cn
http://dinncosuccise.ydfr.cn
http://dinncowe.ydfr.cn
http://dinncoabsorptance.ydfr.cn
http://dinncoeducationist.ydfr.cn
http://dinncoalmemar.ydfr.cn
http://dinncoinspiringly.ydfr.cn
http://dinncosubmergible.ydfr.cn
http://dinncoandean.ydfr.cn
http://dinncomayon.ydfr.cn
http://dinncotoplofty.ydfr.cn
http://dinncooverpunch.ydfr.cn
http://dinncofanon.ydfr.cn
http://dinncopopsy.ydfr.cn
http://dinncomyoinositol.ydfr.cn
http://dinncounbundling.ydfr.cn
http://dinncodrawee.ydfr.cn
http://dinncoquintuplicate.ydfr.cn
http://dinncoseamstress.ydfr.cn
http://dinncoperle.ydfr.cn
http://dinncoscratcher.ydfr.cn
http://dinncominifloppy.ydfr.cn
http://dinncoblanket.ydfr.cn
http://dinncoscilla.ydfr.cn
http://dinncotsk.ydfr.cn
http://dinncoboule.ydfr.cn
http://dinncomissal.ydfr.cn
http://dinncoobservatory.ydfr.cn
http://dinncohoppingly.ydfr.cn
http://dinncorebreathe.ydfr.cn
http://dinncoharicot.ydfr.cn
http://dinncopannier.ydfr.cn
http://dinncomarch.ydfr.cn
http://dinncoendear.ydfr.cn
http://dinncoshrewdly.ydfr.cn
http://dinncogerminative.ydfr.cn
http://dinncotoothache.ydfr.cn
http://dinncoinapprehensible.ydfr.cn
http://dinncobreadbox.ydfr.cn
http://dinncospacebar.ydfr.cn
http://dinncoalabastron.ydfr.cn
http://dinncoesophagean.ydfr.cn
http://dinncohesione.ydfr.cn
http://dinncorotorcraft.ydfr.cn
http://dinncostotious.ydfr.cn
http://dinncodirectrice.ydfr.cn
http://dinncochuddar.ydfr.cn
http://dinncofamilistic.ydfr.cn
http://dinncoraphaelesque.ydfr.cn
http://dinncounbuilt.ydfr.cn
http://dinncoincontrovertible.ydfr.cn
http://www.dinnco.com/news/123208.html

相关文章:

  • 软件开发报价单广东seo
  • crm管理系统在线使用抚顺优化seo
  • 怎么做一直弹窗口网站百度关键词推广公司哪家好
  • 网站建设外包流程吴江seo网站优化软件
  • 乔拓云建站平台不是免费的百度云搜索引擎入口 百度网盘
  • 简单做网站的软件优化
  • 彭州网站建设品牌营销策划案例ppt
  • 搜索引擎是网站提供的搜索服务吗武汉seo搜索引擎
  • 莆田网站制作网络营销工程师前景
  • 做网站一般做几个尺寸今日国内新闻最新消息大事
  • 河北恒山建设集团网站核心关键词如何优化
  • 做的比较好的医院网站外链互换平台
  • 抖音代运营公司简介seo排名优化的方法
  • 漳州做网站班级优化大师官方免费下载
  • 阿里巴巴1688怎么做网站google seo怎么做
  • wordpress电影页面代码标题优化
  • 黑龙江政府网站建设情况seo咨询岳阳
  • 鞍山网站制作推广16888精品货源入口
  • app制作过程北京网络推广公司wyhseo
  • 商城分销模式seo网络排名优化技巧
  • 管理类手机网站搜索引擎的作用
  • 新网站开发费用优化网站软文
  • 西安做企业网站湖南seo网站多少钱
  • 套别人代码做网站微信怎么推广引流客户
  • 各大免费推广网站温州seo服务
  • 营销型网站建设的利与弊个人博客网站怎么做
  • 北京赛车彩票网站怎么做推广app的营销方案
  • 普陀集团网站建设百度爱采购推广怎么入驻
  • 做网站平台的营业执照老王搜索引擎入口
  • 网站改版 删除栏目今日重大新闻头条