Skip to content

aborigines/angular-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular with spring boot backend

built in angular to spring boot backend

this project inspiration from jhipster

prerequisite

  • angular 9.1
  • spring boot 2 (with java 11)

step build github action / gitlab ci

  • test the frontend
    • test
    • cache frontend folder (node_modules)
  • build the frontend
    • load cache frontend from step test-frontend
    • build frontend
    • cache build frontend
  • the backend
    • load cache build frontend (target/classes/static)
    • complie the backend
    • build jar