Skip to content

kakaotrack/spring-boot-angular-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a38e09f · May 14, 2021

History

42 Commits
Dec 13, 2020
Dec 12, 2019
May 14, 2021
Apr 2, 2021
Apr 2, 2021
Feb 21, 2021
Feb 20, 2021
Dec 12, 2019
May 14, 2021
Dec 12, 2019
Dec 12, 2019
Feb 21, 2021
Feb 20, 2021

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