refactor: banner.txt 项目的版本号动态读取 pom.xml 的 project.version

This commit is contained in:
Ray.Hao
2024-10-30 15:16:25 +08:00
parent a682ca725c
commit e1f61e2d22
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ spring:
name: youlai-boot
profiles:
active: dev
project:
version: @project.version@
# 代码生成器配置
codegen:

View File

@@ -7,7 +7,7 @@ ${AnsiColor.BRIGHT_BLUE}
|_|\___/ \__,_| |______\__,_|_|
${AnsiColor.BRIGHT_GREEN}
YouLai Boot Version: 2.8.1
YouLai Boot Version: ${project.version}
Spring Boot Version: ${spring-boot.version}${spring-boot.formatted-version}
有来官网: https://www.youlai.tech/
版权所属: 有来开源组织