使用 application.properties 中配置的属性,举例(@Value("${server.port}"))

临文乍了了,彻卷兀若无。这篇文章主要讲述使用 application.properties 中配置的属性,举例:@Value(" ${server.port}" )相关的知识,希望能为你提供帮助。
【使用 application.properties 中配置的属性,举例(@Value(" ${server.port}" ))】使用 application.properties 中配置的属性:@Value 注解。

@RestController public class HelloWorldController { @Value(" ${server.port}" ) String port; @RequestMapping(value = https://www.songbingjia.com/android/" hi" ) public String hello(){ return " hello world! I am from " + port; } }


    推荐阅读