An open API service indexing awesome lists of open source software.

https://github.com/himash79/spring-aop-intergration

Build with Spring Boot web application Integergratee with AOP (Aspect Oriented Programming).
https://github.com/himash79/spring-aop-intergration

aop aspect-oriented-programming hibernate jpa mvc mysql restful-api spring-boot

Last synced: about 1 year ago
JSON representation

Build with Spring Boot web application Integergratee with AOP (Aspect Oriented Programming).

Awesome Lists containing this project

README

          

# Spring-AOP-Intergration
Build with Spring Boot web application Integergratee with AOP (Aspect Oriented Programming).

## Requirements

01) Java 1.8
02) Maven 3.8
03) MYSQL 8.0

## Project setup

01) Clone the project

git clone https://github.com/himash79/Spring-AOP-Intergration.git

02) Create MYSQL Database

Run attached SQL script.

03) Clean and build the project using maven

open command line (CMD) in project directory and execute 'mvn clean install'

04) Open project using intelij / eclipse

05) Set up database configurations in application.properties file

spring.datasource.url = Develper database URL
spring.datasource.username = Developer database username
spring.datasource.password = Developer database password

06) Expose Rest APIs