ym顯示自定義屬性提示

2021-10-19 07:27:09 字數 972 閱讀 2157

一、需要的註解

@configurationproperties 配置屬性檔案,需要指定字首 prefix

@enableconfigurationproperties 啟用配置,需要指定啟用的配置類

@nestedconfigurationproperty 當乙個類中引用了外部類,需要在該屬性上加該註解

二、pom依賴

>

>

org.springframework.bootgroupid

>

>

spring-boot-configuration-processorartifactid

>

>

trueoptional

>

dependency

>

12345

三、配置類
@data

public

class

school

@data

@configurationproperties

(prefix =

"jiuxian"

)public

class

jiuxianproperties

@data

static

class

city

}

這個時候@configurationproperties(prefix = 「jiuxian」) 註解會報錯not registered via @enableconfigurationproperties or marked as spring component。這需要加上**@enableconfigurationproperties**就可以了

@enableconfigurationproperties()

public

class

}

自定義滑鼠提示

做本次實驗用的ie6和firefox2.0.0.17 title this is a paragraph move your mouse over the red square.custom tooltip more details can go here.1.元素的title標籤表示的是滑鼠懸停在...

自定義屬性

html view plain copy html head meta charset utf 8 title 自定義屬性 title script window.onload function script head body input type button value 按鈕 input ty...

自定義屬性

xmlns wen android orientation vertical android layout width fill parent android layout height wrap content 第二行是自定義標籤。格式如上,其中 xmlns wen 冒號後面是標籤名,在下面使用時...