Skip to content

bobmitch23/aop-matrix-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aop-matrix-ex

This is an application that is designed to showcase Spring AOP functionality, as well as how to build a simple app with Angular and SpringBoot.

You need to have both portions of the application up for everything to work properly.

SpringBoot

cd Spring
mvn spring-boot:run

Angular

cd Angular
ng serve --open