File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java-spring-transfer-workflow-compensation
java-spring-transfer-workflow Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 <dockerImage >${kalixContainerRegistry}/${kalixOrganization}/${project.artifactId}</dockerImage >
2424 <dockerTag >${project.version}-${build.timestamp}</dockerTag >
2525 <maven .build.timestamp.format>yyyyMMddHHmmss</maven .build.timestamp.format>
26- <mainClass >store .Main</mainClass >
26+ <mainClass >com.example .Main</mainClass >
2727
2828 <jdk .target>17</jdk .target>
2929 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 2323 <dockerImage >${kalixContainerRegistry}/${kalixOrganization}/${project.artifactId}</dockerImage >
2424 <dockerTag >${project.version}-${build.timestamp}</dockerTag >
2525 <maven .build.timestamp.format>yyyyMMddHHmmss</maven .build.timestamp.format>
26- <mainClass >store .Main</mainClass >
26+ <mainClass >com.example .Main</mainClass >
2727
2828 <jdk .target>17</jdk .target>
2929 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments