All Projects → hantsy → Angularjs Springmvc Sample

hantsy / Angularjs Springmvc Sample

A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Angularjs Springmvc Sample

Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+5.82%)
Mutual labels:  hibernate, spring-data-jpa, spring-boot, spring-mvc, bootstrap, angularjs
Spring Mvc Thymeleaf Crud
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Stars: ✭ 14 (-95.21%)
Mutual labels:  spring-data-jpa, spring-boot, spring-mvc, bootstrap
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (-74.66%)
Mutual labels:  hibernate, spring-boot, spring-mvc, bootstrap
vogon-java
Vogon - A simple personal finance tracker using Spring Boot and AngularJS
Stars: ✭ 16 (-94.52%)
Mutual labels:  angularjs, hibernate, spring-mvc, spring-data-jpa
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (-10.62%)
Mutual labels:  hibernate, spring-data-jpa, spring-boot, spring-mvc
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+158.56%)
Mutual labels:  hibernate, spring-boot, spring-mvc, bootstrap
Todo List App
Spring Boot 1.3.2, Spring Data Hibernate H2, REST, Angular 1.5.3, Bootstrap, Maven.
Stars: ✭ 6 (-97.95%)
Mutual labels:  hibernate, spring-boot, bootstrap, angularjs
Kotlin Spring Boot Jpa Rest Api Demo
Build a Restful API with Kotlin, Spring Boot, Mysql, Jpa and Hibernate
Stars: ✭ 67 (-77.05%)
Mutual labels:  hibernate, spring-boot, spring-mvc
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (-4.45%)
Mutual labels:  hibernate, spring-data-jpa, spring-mvc
Jplusone
Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general
Stars: ✭ 91 (-68.84%)
Mutual labels:  hibernate, spring-data-jpa, spring-boot
Quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Stars: ✭ 231 (-20.89%)
Mutual labels:  hibernate, spring-data-jpa, spring-boot
Tianti
java轻量级的CMS解决方案-天梯。天梯是一个用java相关技术搭建的后台CMS解决方案,用户可以结合自身业务进行相应扩展,同时提供了针对dao、service等的代码生成工具。技术选型:Spring Data JPA、Hibernate、Shiro、 Spring MVC、Layer、Mysql等。
Stars: ✭ 1,053 (+260.62%)
Mutual labels:  hibernate, spring-data-jpa, spring-mvc
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+189.38%)
Mutual labels:  hibernate, spring-boot, spring-mvc
Journaldev
JournalDev Projects
Stars: ✭ 897 (+207.19%)
Mutual labels:  hibernate, spring-boot, spring-mvc
Sample Hazelcast Spring Datagrid
sample spring-boot applications integrated with hazelcast imdg, and providing hot cache with hazelcast and striim
Stars: ✭ 16 (-94.52%)
Mutual labels:  hibernate, spring-data-jpa, spring-boot
Jblog
🔱一个简洁漂亮的java blog 👉基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 🌈
Stars: ✭ 187 (-35.96%)
Mutual labels:  hibernate, spring-mvc, bootstrap
BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (-69.18%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Javastud
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
Stars: ✭ 220 (-24.66%)
Mutual labels:  hibernate, spring-boot, angularjs
Library
Online Library Management. User can search, check in, checkout book. System adds fines automatically if the book is not checked in by due date
Stars: ✭ 27 (-90.75%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (-11.99%)
Mutual labels:  hibernate, spring-data-jpa, spring-mvc

angularjs-springmvc-sample

An example application using AngularJS/Bootstrap as frontend and Spring MVC as REST API producer.

More details about the codes, please read the online GitBook: Building REST APIs with Spring MVC.

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.

Build Status

Contribution

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.

在你提交 ISSUE 前,请务必确认已经严格完成了本文中描述的操作步骤

Thank the DevFactory team member @misgersameer for sending several PRs to improve the code quaulity according to the sonar rules.

Requirements

  • JDK 8

    Oracle Java 8 is required, go to Oracle Java website to download it and install into your system.

    Optionally, you can set JAVA_HOME environment variable and add <JDK installation dir>/bin in your PATH environment variable.

  • Apache Maven

    Download the latest Apache Maven from http://maven.apache.org, and uncompress it into your local system.

    Optionally, you can set M2_HOME environment varible, and also do not forget to append <Maven Installation dir>/bin your PATH environment variable.

Run this project

  1. Clone the codes.

     git clone https://github.com/hantsy/angularjs-springmvc-sample
    
  2. And enter the root folder, run mvn tomcat7:run to start up an embedded tomcat7 to serve this application.

     mvn tomcat7:run
    
  3. Go to 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.

Spring Boot

If you are interested in Spring Boot, I have moved the boot branch into a new project angularjs-springmvc-sample-boot.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].