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
error: Could not load template classes/main/org/leandreck/endpoints/templates/service.ftl. Cause: Template not found for name "classes/main/org/leandreck/endpoints/templates/service.ftl".
@TypeScriptEndpoint(value = "empleado.service")
^
The name was interpreted by this TemplateLoader: ClassTemplateLoader(resourceLoaderClass=org.leandreck.endpoints.processor.printer.Engine, basePackagePath="/").
1 error
i put this on my resource / and my java main folder
and the name has a hardcode .generate.ts, could do this configurable?
The text was updated successfully, but these errors were encountered:
i tried customize the template, and put the direction but i cant do
@TypeScriptTemplatesConfiguration(endpoint = "classes/main/org/leandreck/endpoints/templates/service.ftl")
error: Could not load template classes/main/org/leandreck/endpoints/templates/service.ftl. Cause: Template not found for name "classes/main/org/leandreck/endpoints/templates/service.ftl".
@TypeScriptEndpoint(value = "empleado.service")
^
The name was interpreted by this TemplateLoader: ClassTemplateLoader(resourceLoaderClass=org.leandreck.endpoints.processor.printer.Engine, basePackagePath="/").
1 error
i put this on my resource / and my java main folder
and the name has a hardcode .generate.ts, could do this configurable?
The text was updated successfully, but these errors were encountered: