Skip to content

Commit

Permalink
Merge pull request #1258 from KouShenhai/ddd-genertor
Browse files Browse the repository at this point in the history
feat:提交workflows
  • Loading branch information
KouShenhai authored Feb 29, 2024
2 parents 00f01b5 + a97c42e commit 2d0b49e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion laokou-cloud/laokou-xxl-job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</execution>
</executions>
<configuration>
<imageName>${parent.artifactId}</imageName>
<imageName>${project.parent.artifactId}</imageName>
<mainClass>com.xxl.job.admin.XxlJobApp</mainClass>
<fallback>false</fallback>
<!-- 快速构建 -->
Expand Down
2 changes: 1 addition & 1 deletion laokou-service/laokou-admin/laokou-admin-start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
</execution>
</executions>
<configuration>
<imageName>${parent.artifactId}</imageName>
<imageName>${project.parent.artifactId}</imageName>
<mainClass>org.laokou.admin.AdminApp</mainClass>
<fallback>false</fallback>
<!-- 快速构建 -->
Expand Down
2 changes: 1 addition & 1 deletion laokou-service/laokou-auth/laokou-auth-start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</execution>
</executions>
<configuration>
<imageName>${parent.artifactId}</imageName>
<imageName>${project.parent.artifactId}</imageName>
<mainClass>org.laokou.auth.AuthApp</mainClass>
<fallback>false</fallback>
<!-- 快速构建 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</execution>
</executions>
<configuration>
<imageName>${parent.artifactId}</imageName>
<imageName>${project.parent.artifactId}</imageName>
<mainClass>org.laokou.flowable.FlowableApp</mainClass>
<fallback>false</fallback>
<!-- 快速构建 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</execution>
</executions>
<configuration>
<imageName>${parent.artifactId}</imageName>
<imageName>${project.parent.artifactId}</imageName>
<mainClass>org.laokou.im.ImApp</mainClass>
<fallback>false</fallback>
<!-- 快速构建 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
</execution>
</executions>
<configuration>
<imageName>${parent.artifactId}</imageName>
<imageName>${project.parent.artifactId}</imageName>
<mainClass>org.laokou.logstash.LogtashApp</mainClass>
<fallback>false</fallback>
<!-- 快速构建 -->
Expand Down

0 comments on commit 2d0b49e

Please sign in to comment.