init commit

This commit is contained in:
ycl
2025-12-04 15:02:28 +08:00
commit 935830163c
18 changed files with 279 additions and 0 deletions

11
values.yml Normal file
View File

@@ -0,0 +1,11 @@
moduleName: his_to
groupId: com.volunteerBank
artifactId: '{{ .moduleName | replace "-" "_" }}'
parentArtifactId: '{{ .projectName | 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"