Loading...
Loading...
Compare original and translation side by side
scripts/generate.pymakescripts/generate.pymakepython3makepython3makemakemvn clean installmvn test./mvnw ..../mvnwmvnmakemvn clean installmvn test./mvnw ...mvn./mvnwcompanyNameproductNameserviceName^[a-z0-9]+(-[a-z0-9]+)*$companyNameproductNameserviceName^[a-z0-9]+(-[a-z0-9]+)*$python3 scripts/generate.py --company <companyName> --product <productName> --service <serviceName> [--desc "<projectDescription>"] [--tech "<tech stack text>"] [--enable enableX --enable enableY ...]enableXXXreferences/mapping-rules.md--enablereferences/enable-flags.mdapp-<companyName>-<productName>-<serviceName>/pom.xml<artifactId>/src/main/javasrc/test/javapom.xml<name>pom.xmlartifactIdartifactId<artifactId>/make install0cd app-<companyName>-<productName>-<serviceName> && make installmakemake testmake build./mvnw ...makepython3 scripts/generate.py --company <companyName> --product <productName> --service <serviceName> [--desc "<projectDescription>"] [--tech "<tech stack text>"] [--enable enableX --enable enableY ...]enableXXXreferences/mapping-rules.md--enablereferences/enable-flags.mdapp-<companyName>-<productName>-<serviceName>/pom.xml<artifactId>/src/main/javasrc/test/javapom.xml<name>pom.xmlartifactIdartifactId<artifactId>/make install0cd app-<companyName>-<productName>-<serviceName> && make installmakemake testmake build./mvnw ...makegroupId = cn.<companyName(with '-' -> '.')>.<productName(with '-' -> '.')>artifactId = app-<companyName>-<productName>-<serviceName>groupId = cn.<companyName(将'-'替换为'.')>.<productName(将'-'替换为'.')>artifactId = app-<companyName>-<productName>-<serviceName>expectedGroupId = groupIdexpectedArtifactId = artifactIdexpectedJavaPackagePrefix = <expectedGroupId>.<serviceName(with '-' -> '.')>expectedMavenModelName = expectedArtifactIdexpectedGroupId = groupIdexpectedArtifactId = artifactIdexpectedJavaPackagePrefix = <expectedGroupId>.<serviceName(将'-'替换为'.')>expectedMavenModelName = expectedArtifactIdpython3 scripts/generate.py --company cisdigital --product cap --service cache-center --desc "CAP 缓存中心"cd app-cisdigital-cap-cache-center && make installpython3 scripts/generate.py --company cisdigital --product cap --service cache-center --tech "mysql redisson lombok mapstruct" --enable enableJacksonDatatypeJsr310python3 scripts/generate.py --company cisdigital --product cap --service cache-center --desc "CAP 缓存中心"cd app-cisdigital-cap-cache-center && make installpython3 scripts/generate.py --company cisdigital --product cap --service cache-center --tech "mysql redisson lombok mapstruct" --enable enableJacksonDatatypeJsr310