{"id":14973173,"url":"https://github.com/hantsy/angularjs-springmvc-sample","last_synced_at":"2025-04-05T06:09:51.869Z","repository":{"id":17782067,"uuid":"20653858","full_name":"hantsy/angularjs-springmvc-sample","owner":"hantsy","description":"A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer","archived":false,"fork":false,"pushed_at":"2024-01-31T08:12:20.000Z","size":1060,"stargazers_count":288,"open_issues_count":2,"forks_count":192,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-03-29T05:09:38.280Z","etag":null,"topics":["angularjs","bootstrap","hibernate","spring-boot","spring-data-jpa","spring-mvc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hantsy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2014-06-09T16:34:31.000Z","updated_at":"2025-03-13T07:05:24.000Z","dependencies_parsed_at":"2024-12-28T18:23:51.043Z","dependency_job_id":"3facbd35-e400-44fb-a69c-8bf649e5868f","html_url":"https://github.com/hantsy/angularjs-springmvc-sample","commit_stats":{"total_commits":123,"total_committers":6,"mean_commits":20.5,"dds":0.05691056910569103,"last_synced_commit":"198bc5f5eeedab8c47f828379097849e77003d6c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantsy%2Fangularjs-springmvc-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantsy%2Fangularjs-springmvc-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantsy%2Fangularjs-springmvc-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hantsy%2Fangularjs-springmvc-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hantsy","download_url":"https://codeload.github.com/hantsy/angularjs-springmvc-sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294541,"owners_count":20915340,"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":["angularjs","bootstrap","hibernate","spring-boot","spring-data-jpa","spring-mvc"],"created_at":"2024-09-24T13:48:16.150Z","updated_at":"2025-04-05T06:09:51.851Z","avatar_url":"https://github.com/hantsy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"angularjs-springmvc-sample\n==========================\n\nAn example application using AngularJS/Bootstrap as frontend and Spring MVC as REST API producer.\n\n**More details about the codes, please read the online GitBook: [Building REST APIs with Spring MVC](https://www.gitbook.com/book/hantsy/build-a-restful-app-with-spring-mvc-and-angularjs/details/).**\n\n\u003e NOTE: This project is under maintainance, no more new features added in future. If you are looking for the new Spring Boot 2 and Angular 5, check [angular-spring-reactive-sample](https://github.com/hantsy/angular-spring-reactive-sample).\n\n[![Build Status](https://drone.io/github.com/hantsy/angularjs-springmvc-sample/status.png)](https://drone.io/github.com/hantsy/angularjs-springmvc-sample/latest)\n\n## Contribution\n\n_I appreciate any contribution for this project, including suggestions, documentation improvements, reporting issues, forks and bugfixs,  etc. I have found there are some unrelated issues added, before you file an issue, please **READ THE STEPS IN THIS README.md**  carefully_.\n\n**在你提交 ISSUE 前，请务必确认已经严格完成了本文中描述的操作步骤**。\n\nThank the DevFactory team member [@misgersameer](https://github.com/misgersameer) for sending several PRs to improve the code quaulity according to the sonar rules.\n\n\n## Requirements\n\n* JDK 8\n\n   Oracle Java 8 is required, go to [Oracle Java website](http://java.oracle.com) to download it and install into your system. \n \n   Optionally, you can set **JAVA\\_HOME** environment variable and add *\u0026lt;JDK installation dir\u003e/bin* in your **PATH** environment variable.\n\n* Apache Maven\n\n   Download the latest Apache Maven from [http://maven.apache.org](http://maven.apache.org), and uncompress it into your local system. \n\n   Optionally, you can set **M2\\_HOME** environment varible, and also do not forget to append *\u0026lt;Maven Installation dir\u003e/bin* your **PATH** environment variable.  \n\n## Run this project\n\n1. Clone the codes.\n\n   ```\n    git clone https://github.com/hantsy/angularjs-springmvc-sample\n   ```\n  \n2. And enter the root folder, run `mvn tomcat7:run` to start up an embedded tomcat7 to serve this application.\n  \n   ```\n    mvn tomcat7:run\n   ```\n\n3. Go to [http://localhost:8080/angularjs-springmvc-sample/](http://localhost:8080/angularjs-springmvc-sample/) to test it. If you want to explore the REST API docs online, there is a *Swagger UI* configured for visualizing the REST APIs, just go to [http://localhost:8080/angularjs-springmvc-sample/swagger-ui.html](http://localhost:8080/angularjs-springmvc-sample/swagger-ui.html).\n\n## Spring Boot\n\nIf you are interested in Spring Boot, I have moved the `boot` branch into a new project [angularjs-springmvc-sample-boot](https://github.com/hantsy/angularjs-springmvc-sample-boot).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhantsy%2Fangularjs-springmvc-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhantsy%2Fangularjs-springmvc-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhantsy%2Fangularjs-springmvc-sample/lists"}