{"id":14977549,"url":"https://github.com/alibaba/spring-velocity-support","last_synced_at":"2025-10-28T04:31:27.016Z","repository":{"id":33917503,"uuid":"137173748","full_name":"alibaba/spring-velocity-support","owner":"alibaba","description":"An support project of legacy velocity based on Spring Framework","archived":false,"fork":false,"pushed_at":"2023-03-06T13:38:24.000Z","size":58,"stargazers_count":26,"open_issues_count":2,"forks_count":8,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-02-01T11:24:33.998Z","etag":null,"topics":["java","spring","spring-framework","template-engine","velocity"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alibaba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-13T06:43:38.000Z","updated_at":"2024-11-05T02:00:00.000Z","dependencies_parsed_at":"2024-09-18T22:05:02.228Z","dependency_job_id":null,"html_url":"https://github.com/alibaba/spring-velocity-support","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.11764705882352944","last_synced_commit":"b15b9644895cb2e6eabd3045c181f74ec55b377a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fspring-velocity-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fspring-velocity-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fspring-velocity-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fspring-velocity-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alibaba","download_url":"https://codeload.github.com/alibaba/spring-velocity-support/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238597386,"owners_count":19498396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","spring","spring-framework","template-engine","velocity"],"created_at":"2024-09-24T13:55:51.732Z","updated_at":"2025-10-28T04:31:24.175Z","avatar_url":"https://github.com/alibaba.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# spring-velocity-support\n\nAn support project of legacy velocity based on Spring Framework, it is a base project of \n[Alibaba velocity-spring-boot-project](https://github.com/alibaba/velocity-spring-boot-project), and most code is \nforked from Spring Framework official implementation.\n\n\n## Released version\n\n### Non-Web Application\n\n````xml\n\u003cdependencies\u003e\n\n    ......\n\n     \u003c!-- Spring Framework --\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.springframework\u003c/groupId\u003e\n        \u003cartifactId\u003espring-context-support\u003c/artifactId\u003e\n        \u003cversion\u003e${spring.framework.version}\u003c/version\u003e\n    \u003c/dependency\u003e\n\n    \u003c!-- Spring Context Velocity --\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.alibaba.spring\u003c/groupId\u003e\n        \u003cartifactId\u003espring-context-velocity\u003c/artifactId\u003e\n        \u003cversion\u003e1.4.3.25.RELEASE\u003c/version\u003e\n    \u003c/dependency\u003e\n\n    ......\n\n\u003c/dependencies\u003e\n````\n\n### Web Application\n\n````xml\n\u003cdependencies\u003e\n\n    ......\n\n     \u003c!-- Spring Web MVC --\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.springframework\u003c/groupId\u003e\n        \u003cartifactId\u003espring-webmvc\u003c/artifactId\u003e\n        \u003cversion\u003e${spring.framework.version}\u003c/version\u003e\n    \u003c/dependency\u003e\n\n    \u003c!-- Spring WebMVC Velocity --\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.alibaba.spring\u003c/groupId\u003e\n        \u003cartifactId\u003espring-webmvc-velocity\u003c/artifactId\u003e\n        \u003cversion\u003e1.4.3.25.RELEASE\u003c/version\u003e\n    \u003c/dependency\u003e\n\n    ......\n\n\u003c/dependencies\u003e\n````\n\nIf your project failed to resolve the dependency, try to add the following repository:\n```xml\n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003cid\u003esonatype-nexus\u003c/id\u003e\n            \u003curl\u003ehttps://oss.sonatype.org/content/repositories/releases\u003c/url\u003e\n            \u003creleases\u003e\n                \u003cenabled\u003etrue\u003c/enabled\u003e\n            \u003c/releases\u003e\n        \u003c/repository\u003e\n    \u003c/repositories\u003e\n```\n\n\n\n\n## Modules\n\n\n### Forked Modules\n\n| Modules                  | From `org.springframework`                                  |\n| ------------------------------- | ----------------------------------------------------------- |\n| [`spring-context-velocity`](spring-context-velocity) | `spring-context-support:4.3.25.RELEASE`                     |\n| [`spring-webmvc-velocity`](spring-webmvc-velocity)   | `spring-webmvc:4.3.25.RELEASE`                              |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba%2Fspring-velocity-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falibaba%2Fspring-velocity-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba%2Fspring-velocity-support/lists"}