小编es9*_*s97的帖子

Spring Boot 变量转小写

在 application.yml 文件中我有以下变量

spring:
  application:
    name: LOCATION-SERVICE
Run Code Online (Sandbox Code Playgroud)

该名称是大写的,但我希望它在以下变量中变为小写:

server:
  servlet:
    context-path: /api/v1/${spring.application.name}
Run Code Online (Sandbox Code Playgroud)

我知道我可以将应用程序名称更改为小写字母,但我宁愿不这样做,以免弄乱应用程序的其余部分。

是否可以通过其他方式将其变为小写,如果可以,我该怎么做?

spring yaml spring-boot

1
推荐指数
1
解决办法
5681
查看次数

标签 统计

spring ×1

spring-boot ×1

yaml ×1