Java
@Value 标签描述

总结一下SpringBoot项目中一般用到的@Value注解(org.springframework.beans.factory.annotation.Value) 前置介绍 目录结构 依赖pom.xml <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>2.3.12.RELEASE</vers...