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?
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?