美文网首页
SpringBoot(2) — application.yml中

SpringBoot(2) — application.yml中

作者: 奔跑的佩恩 | 来源:发表于2021-06-21 17:16 被阅读0次

    前言

    Springboot开发中,经常会使用到配置文件。今天就来讲讲配置文件的具体使用吧。

    今天涉及内容:

    1. application.yml中自定义属性
    2. 建立bean读取application.yml中自定义属性
    3. 运行验证

    先来波效果图


    image.png

    一. 在 application.yml 中自定义属性

    这里我们讲到的是在application.yml中自定义属性,然后在代码中以bean读取这个属性。
    先在application.yml建立一个userf的标签,然后其下面建立两个属性nameage。则在application.yml中代码如下:

    相关文章

      网友评论

          本文标题:SpringBoot(2) — application.yml中

          本文链接:https://www.haomeiwen.com/subject/jpgyyltx.html