cloud-native-app-initializer
cloud-native-app-initializer copied to clipboard
How to get all template variables
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 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 |