
s.Anteros-Generator-Core.1.0.0.source-code.jsonDocConfiguration.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Generator-Core Show documentation
Show all versions of Anteros-Generator-Core Show documentation
Anteros Generator Core for Java.
package ${packageName};
import org.springframework.context.annotation.Configuration;
import br.com.anteros.jsondoc.springmvc.config.AnterosJSONDocConfiguration;
@Configuration
public class JSONDocConfiguration extends AnterosJSONDocConfiguration {
private String[] packages = {${packageToScanJsonDoc}};
@Override
public String[] packagesSourceModelAndController() {
return packages;
}
@Override
public String versionApi() {
return "${versionApi}";
}
@Override
public String basePath() {
return "${basePathApi}";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy