{"id":14982991,"url":"https://github.com/alibaba/velocity-spring-boot-project","last_synced_at":"2025-04-05T18:09:46.092Z","repository":{"id":57716712,"uuid":"137437971","full_name":"alibaba/velocity-spring-boot-project","owner":"alibaba","description":"A Spring Boot Starter for velocity including Spring's official and Alibaba's implementation , e.g, Layout , Tools supports.","archived":false,"fork":false,"pushed_at":"2019-12-26T02:57:35.000Z","size":93,"stargazers_count":297,"open_issues_count":3,"forks_count":76,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-03-29T17:11:11.609Z","etag":null,"topics":["alibaba","spring-boot","spring-boot-starter","spring-mvc","velocity","velocity-spring-boot","velocity-template-engine"],"latest_commit_sha":null,"homepage":null,"language":"Java","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}},"created_at":"2018-06-15T03:43:42.000Z","updated_at":"2025-02-24T01:05:18.000Z","dependencies_parsed_at":"2022-08-24T01:50:24.867Z","dependency_job_id":null,"html_url":"https://github.com/alibaba/velocity-spring-boot-project","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fvelocity-spring-boot-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fvelocity-spring-boot-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fvelocity-spring-boot-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alibaba%2Fvelocity-spring-boot-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alibaba","download_url":"https://codeload.github.com/alibaba/velocity-spring-boot-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378149,"owners_count":20929297,"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":["alibaba","spring-boot","spring-boot-starter","spring-mvc","velocity","velocity-spring-boot","velocity-template-engine"],"created_at":"2024-09-24T14:06:32.822Z","updated_at":"2025-04-05T18:09:46.047Z","avatar_url":"https://github.com/alibaba.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Velocity Spring Boot Project\n\nA Spring Boot Starter for velocity including Spring's official and Alibaba's implementation , e.g, Layout , Tools supports.\n\n\n## [Release Notes](release-notes.md)\n\n## [中文文档](README_CN.md)\n\n\n## Released version\n\n\n```xml\n    \u003cdependencies\u003e\n        ...\n        \u003c!-- Spring Boot Starter --\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.springframework.boot\u003c/groupId\u003e\n            \u003cartifactId\u003espring-boot-starter-web\u003c/artifactId\u003e\n        \u003c/dependency\u003e\n        \n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.alibaba.boot\u003c/groupId\u003e\n            \u003cartifactId\u003evelocity-spring-boot-starter\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.4.RELEASE\u003c/version\u003e\n        \u003c/dependency\u003e\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## Features\n\n\n\n\n### Velocity Common support\n\n\n\n\n### Velocity Layout support\n\n\n\n\n### Velocity Tools support\n\n\n\n\n## Dependencies \u0026 Compatibility\n\n| Dependencies   | Compatibility |\n| -------------- | ------------- |\n| Java           | 1.7 +         |\n| Servlet        | 3.0 +         |\n| Spring Boot    | 1.4 +         |\n| [Alibaba Spring Velocity Context Support](https://github.com/alibaba/spring-velocity-support/)| 1.4.1.8 + |\n| [Alibaba Spring Boot Web Support](https://github.com/alibaba/spring-boot-web-support) | 1.0.0 + |\n| [Alibaba Spring WebMVC Support](https://github.com/alibaba/spring-webmvc-support) | 1.0.0 + |\n| [Alibaba Spring Context Support](https://github.com/alibaba/spring-context-support) | 1.0.0 + |\n\n\n\n\n## Downstream Projects\n\n* [Alibaba Spring Boot Web Support](https://github.com/alibaba/spring-boot-web-support)\n    * [Alibaba Spring WebMVC Support](https://github.com/alibaba/spring-webmvc-support)\n        * [Alibaba Spring Context Support](https://github.com/alibaba/spring-context-support)\n* [Alibaba Spring Velocity Support](https://github.com/alibaba/spring-velocity-support/)\n    * [Alibaba Spring Velocity Web MVC Support](https://github.com/alibaba/spring-velocity-support/tree/master/spring-webmvc-velocity)\n        * [Alibaba Spring Velocity Context Support](https://github.com/alibaba/spring-velocity-support/tree/master/spring-context-velocity)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba%2Fvelocity-spring-boot-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falibaba%2Fvelocity-spring-boot-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba%2Fvelocity-spring-boot-project/lists"}