Skip to content

kakaotrack/spring-boot-angular-example

Repository files navigation

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