This commit is contained in:
2024-07-17 22:51:30 +08:00
commit 9ef5c5a45e
56 changed files with 848 additions and 0 deletions

10
values.yml Normal file
View File

@@ -0,0 +1,10 @@
moduleName: his-to
groupId: com.volunteerBank
artifactId: '{{ .moduleName | replace "-" "_" }}'
projectId: 5faf4e3e-48e6-44b1-a7c5-79a0312aabe4
moduleId: 27325654-a00a-44f1-a2db-245336f5b47e
version: 3.0-SNAPSHOT
package: "{{ .groupId }}.{{ .artifactId }}"
packagePath: '{{ .package | replace "." "/" }}'
projectName: volunteer-bank
applicationName: "{{ .projectName }}-server"