alibaba / cloud-native-app-initializer

Cloud Native App Initializer is committed to providing developers with a simpler and more efficient project construction experience in the current cloud-native era.
https://start.aliyun.com
Apache License 2.0
256 stars 90 forks source link

How to get all template variables #81

Open niejian opened 1 year ago

niejian commented 1 year ago

我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 We recommend using English. If you are non-native English speaker, you can use the translation software.

How to get all variable information except the variable list provided below

平台默认支持一些模板变量,用于代码模板的编写:

变量 说明 实例值
appShotName 项目简短名称 app
applicationName 项目全名 Application
basePackage 项目的base包路径 com.theonef.testapp
version 项目版本 1.0
spring-boot.version Spring Boot 版本 2.2.6.RELEASE
java.version jdk 版本 1.8
artifactId 项目坐标 testapp
groupId 项目坐标 com.theonef
module 当前模块 web