Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 651 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 651 Bytes

spring-boot-angular-example

Spring Boot + Angular Example

Integration Run (8080 port)

  • NPM : npm install
  • Angular Build : ng build
  • Build Target : src/main/resources/static
  • Run Spring Boot
  • Go to localhost:8080

Deployed separately (4200 port)

  • Run Spring Boot
  • Run Angular : ng serve --proxy-config proxy.conf.json
  • Go to localhost:4200

Examples

  • Task Domain CRUD
  • SSE (Server Sent Events)

Reference