91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Springboot中@Value怎么用

發布時間:2021-09-28 16:32:51 來源:億速云 閱讀:117 作者:小新 欄目:編程語言

這篇文章主要介紹了Springboot中@Value怎么用,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

entity.Book

package com.draymonder.amor.entity;import java.util.List;import org.springframework.beans.factory.annotation.Value;import org.springframework.boot.context.properties.ConfigurationProperties;import org.springframework.stereotype.Component;@Componentpublic class Book { @Value("${book.name}") private String name; @Value("${book.author}") private String author; @Value("${book.price}") private Double price; @Value("#{'${book.love}'.split(',')}") private List<String> love; public String getName() {  return name; } public void setName(String name) {  this.name = name; } public String getAuthor() {  return author; } public void setAuthor(String author) {  this.author = author; } public Double getPrice() {  return price; } public void setPrice(Double price) {  this.price = price; } @Override public String toString() {  return "Book{" +    "name='" + name + '\'' +    ", author='" + author + '\'' +    ", price=" + price +    ", love=" + love +    '}'; }}

web.BookController

package com.draymonder.amor.web;import com.draymonder.amor.entity.Book;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.web.bind.annotation.GetMapping;import org.springframework.web.bind.annotation.RestController;@RestControllerpublic class BookController { @Autowired Book book; @GetMapping("/book") public String book() {  return book.toString(); }}

resources/applcation.yml

server: port: 8080book: name: amor author: draymonder price: 50 love: a, b, c

訪問url localhost:8080/book

展示結果

Book{name='amor', author='draymonder', price=50.0, love=[a, b, c]}

感謝你能夠認真閱讀完這篇文章,希望小編分享的“Springboot中@Value怎么用”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

琼海市| 娄烦县| 通道| 永丰县| 哈巴河县| 民权县| 上犹县| 阳信县| 农安县| 临安市| 曲沃县| 无极县| 达州市| 兰考县| 阿荣旗| 成都市| 秦皇岛市| 漠河县| 八宿县| 扶沟县| 手机| 秭归县| 芷江| 五莲县| 饶平县| 石河子市| 泰安市| 茶陵县| 贡嘎县| 石柱| 蒙城县| 天峨县| 齐河县| 宁海县| 沾化县| 萝北县| 阿尔山市| 巴楚县| 渝北区| 鄢陵县| 维西|