All Projects → only2dhir → Spring Boot Angular5

only2dhir / Spring Boot Angular5

This repository has a sample code base for spring boot and angular 5 integration.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Spring Boot Angular5

Dynamic Data Source Demo
基于事务的读写分离
Stars: ✭ 43 (-12.24%)
Mutual labels:  database, spring-boot, spring
Speedment
Speedment is a Stream ORM Java Toolkit and Runtime
Stars: ✭ 1,978 (+3936.73%)
Mutual labels:  database, spring-boot, spring
Spring Reactive Sample
Spring 5 Reactive playground
Stars: ✭ 867 (+1669.39%)
Mutual labels:  spring-boot, spring
Spring Mvc Thymeleaf Crud
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Stars: ✭ 14 (-71.43%)
Mutual labels:  spring-boot, spring
Spring Boot
spring-boot 项目实践总结
Stars: ✭ 989 (+1918.37%)
Mutual labels:  spring-boot, spring
Spring Cloud Study
开源书《跟我学Spring Cloud》的配套代码。讨论QQ群:731548893
Stars: ✭ 1,036 (+2014.29%)
Mutual labels:  spring-boot, spring
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 (+1624.49%)
Mutual labels:  spring-boot, spring
Devops Service
DevOps Service is the core service of Choerodon. It integrated several open source tools to automate the DevOps process of planning, coding, building, testing, and deployment, operation, monitoring.
Stars: ✭ 36 (-26.53%)
Mutual labels:  spring-boot, spring
Mart Holiday Alarm
🛒 마트쉬는날 🏖
Stars: ✭ 22 (-55.1%)
Mutual labels:  spring-boot, spring
Botwall4j
A botwall for Java web applications
Stars: ✭ 41 (-16.33%)
Mutual labels:  spring-boot, spring
Mica Example
mica 演示项目
Stars: ✭ 42 (-14.29%)
Mutual labels:  spring-boot, spring
Micro Server
Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standard Java main class. Supporting pure Microservice or Micro-monolith styles.
Stars: ✭ 929 (+1795.92%)
Mutual labels:  spring-boot, spring
Spring Postgresql Demo
Spring Boot 2.0 application, backed by PostgreSQL, and designed for deployment to Pivotal Cloud Foundry (PCF)
Stars: ✭ 23 (-53.06%)
Mutual labels:  spring-boot, spring
Spring Cloud Examples
Examples of microservice instrastructures
Stars: ✭ 11 (-77.55%)
Mutual labels:  spring-boot, spring
Localstack Spring Boot
Spring Boot AutoConfiguration for LocalStack
Stars: ✭ 22 (-55.1%)
Mutual labels:  spring-boot, spring
Jbone
jbone基于Spring Cloud框架开发,旨在为中小企业提供稳定的微服务解决方案,为开发人员提供基础开发骨架,jbone包含微服务中所有常用组件,例如注册中心、服务管理、服务监控、JVM监控、内存分析、调用链跟踪、API网关等等。业务功能包括系统权限的统一管理、单点登录、CMS、电商平台、工作流平台、支付平台等等。
Stars: ✭ 961 (+1861.22%)
Mutual labels:  spring-boot, spring
Mini Platform
Mini-Platform致力于更简洁易用的轻量级微服务治理平台。
Stars: ✭ 45 (-8.16%)
Mutual labels:  spring-boot, spring
Onetwo
一个基于spring和spring boot的快速开发框架……
Stars: ✭ 16 (-67.35%)
Mutual labels:  spring-boot, spring
Journaldev
JournalDev Projects
Stars: ✭ 897 (+1730.61%)
Mutual labels:  spring-boot, spring
Spring Thrift Api Gateway
Gateway for Apache Thrift requests processing that is built on Spring Cloud stack
Stars: ✭ 38 (-22.45%)
Mutual labels:  spring-boot, spring

spring-boot-angular5

This is a sample project using Angular 5 and spring Boot.Spring boot has been used to expose REST Endpoints and the client is written in angular. This is a complete web application with a connectivity to mysql database. We have used spring data to connect to the database and perform CRUD operation.

The application has CRUD operation example for user entity. Here, you can create a user, read users record and also delete user. The complete explanation can be found on my blog - spring boot angular 5 example

This project uses following versions:

  1. Spring Boot v1.5.9
  2. Angular v5.0.0
  3. Maven

Angular 8 just got released this May and here is the article for Angular 8 CRUD example.

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].