You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.5.15.RELEASE:repackage (default) on project springProj02: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:1.5.15.RELEASE:repackage failed: Unable to find a single main class from the following candidates [application.SBApplication, org.openapitools.OpenAPI2SpringBoot] -> [Help 1]
Possible solutions:
Add the mainClass element to the codewind template and specify the application.SBApplication class
Programmatically add the mainClass element and set the org.openapitools.OpenAPI2SpringBoot value. This solution is preferred, to get the Open Application action to work with the generated code.