All Projects → idursun → spring-and-angular

idursun / spring-and-angular

Licence: other
A SPA demo project with Spring Framework and Angularjs

Programming Languages

java
68154 projects - #9 most used programming language
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to spring-and-angular

Springsecuritytotp
Spring Security Login with Google Authenticator (Time-based One-time Password Algorithm, TOTP)
Stars: ✭ 56 (+250%)
Mutual labels:  spring-framework
Spring Mvc Tutorial
Spring MVC 5 Tutorial - Guide to spring mvc framework
Stars: ✭ 121 (+656.25%)
Mutual labels:  spring-framework
Awesome Spring
A curated list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem.
Stars: ✭ 186 (+1062.5%)
Mutual labels:  spring-framework
Cas
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
Stars: ✭ 9,154 (+57112.5%)
Mutual labels:  spring-framework
Spring Framework
Spring Framework
Stars: ✭ 45,396 (+283625%)
Mutual labels:  spring-framework
Spring Backend Boilerplate
The modularized backend boilerplate based on Spring Boot Framework, easy to get started and add your business part.
Stars: ✭ 134 (+737.5%)
Mutual labels:  spring-framework
Spring Security
Spring Security
Stars: ✭ 6,434 (+40112.5%)
Mutual labels:  spring-framework
logback-access-spring-boot-starter
Spring Boot Starter for Logback-access.
Stars: ✭ 153 (+856.25%)
Mutual labels:  spring-framework
Spring Context Support
An internal support project for spring-context in Alibaba
Stars: ✭ 109 (+581.25%)
Mutual labels:  spring-framework
Pf4j Spring
Plugin Framework for Spring (PF4J - Spring Framework integration)
Stars: ✭ 165 (+931.25%)
Mutual labels:  spring-framework
Rqueue
Rqueue aka Redis Queue [Task Queue, Message Broker] for Spring framework
Stars: ✭ 76 (+375%)
Mutual labels:  spring-framework
Springboot Registration Login Theperfectexample
Login & Signup tutorial for every website ,mixes a lot of microservices together with the latest spring framework api in combined with full security
Stars: ✭ 89 (+456.25%)
Mutual labels:  spring-framework
Springbootwebapplicationstepbystep
Develop your first web application with Spring Boot Magic
Stars: ✭ 146 (+812.5%)
Mutual labels:  spring-framework
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (+362.5%)
Mutual labels:  spring-framework
Embedded Database Spring Test
A library for creating isolated embedded databases for Spring-powered integration tests.
Stars: ✭ 196 (+1125%)
Mutual labels:  spring-framework
Spring Velocity Support
An support project of legacy velocity based on Spring Framework
Stars: ✭ 22 (+37.5%)
Mutual labels:  spring-framework
Learning Spring
Spring框架讲解
Stars: ✭ 132 (+725%)
Mutual labels:  spring-framework
spring-hateoas-siren
A library implementing Siren as a custom Spring HATEOAS hypermedia type. Siren is a hypermedia specification for representing entities.
Stars: ✭ 14 (-12.5%)
Mutual labels:  spring-framework
Spring5Tutorial
Spring 文件的範例資源
Stars: ✭ 36 (+125%)
Mutual labels:  spring-framework
My Spring Learning
My Spring framework learning
Stars: ✭ 165 (+931.25%)
Mutual labels:  spring-framework

spring-and-angular

A SPA demo project with Spring Framework and Angularjs

Make sure mimosa is installed:

  • npm install -g mimosa

Make sure karma is installed

  • npm install -g karma karma-cli

front end is under the frontend/ folder:

  • npm install
  • mimosa build

to run karma tests:

  • karma start

to run backend:

  • mvn spring-boot:run
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].