初入Springboot筆記

2021-10-23 13:15:02 字數 2255 閱讀 1616

實體類:

@component

@configurationproperties

(prefix =

"person"

)//預設從全域性配置檔案中獲取值,全域性檔案中沒有的話從@propertysource指定的路徑獲取

public

class

person

")private string lastname;

private integer age;

@override

public string tostring()

';}private boolean boss;

private date birth;

private map

maps;

private list

lists;

private dog dog;

public string getlastname()

public

void

setlastname

(string lastname)

public integer getage()

public

void

setage

(integer age)

public boolean getboss()

public

void

setboss

(boolean boss)

public date getbirth()

public

void

setbirth

(date birth)

public map

getmaps()

public

void

setmaps

(map

maps)

public list

getlists()

public

void

setlists

(list

lists)

public dog getdog()

public

void

setdog

(dog dog)

}

#server.port=

8081

#idea,properties預設檔案utf-

8#person.last-name=張三

#person.age=

12#person.birth=

2019/03

/12#person.boss=

false

#person.dog.name=dog

#person.lists=a,b,c

#person.maps.k1=v1

#person.maps.k2=v

person:

age:

12 last-name: lisi

birth:

2000/08

/21maps:

boss:

false

lists:

- lisi

- wu

dog:

name: 唐三

# lists:

[lisi,sfesdf]行內

server:

port:

8081

@configurationproperties:是springboot提供讀取配置檔案的乙個註解

@value:把配置檔案的值注入到該屬性中相當於set方法

使用@value獲取資料時都需要加上你自定義的類名.屬性獲取,如

@value("$")

@propertysource從配置檔案中獲取值,如

@propertysource(value = )

springboot建立bean如果不做一些配置是無效的,我這裡給大家介紹兩種

(1) 使用註解的方式,如

@importresource(locations = )

(2)定義乙個配置類,如

@configuration

public

class

}

初入typescript筆記

typescript 的基本型別 1.number 數字型別 example let val number 2 2.string 字串 example let val string 2 3.boolean 布林型別 example let val boolean false 4.array 陣列 e...

初入藍色之路

剛進入公司的前兩天基本沒有事情做,大家只是圍坐在一起,互相了解,聊聊天,還有乙個上一屆的實習生,叫王法,這個名字挺有意思的,不知道還以為是個律師。這個人雖然只是個本科生,年齡也沒有我大,不過給人的感覺挺成熟的,在公司裡已經游刃有餘了。他給我們講了許多公司的事,有了這麼乙個和我們年齡相仿,交流沒有任何...

初入linux安裝

virtual box vmware plyer,ubantu kylin 1.使用vitrual box安裝老顯示錯誤,無語 2.使用vmwareplayer安裝後ok了,進入介面輸入賬號密碼進不去,網上查資料,然後就輸入startx才進去了!使用vmware 安裝 安裝後無法wifi上網 1.配...