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).
- Host: GitHub
- URL: https://github.com/himash79/spring-aop-intergration
- Owner: himash79
- Created: 2022-08-31T07:58:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T08:03:25.000Z (over 3 years ago)
- Last Synced: 2025-01-21T21:46:40.262Z (about 1 year ago)
- Topics: aop, aspect-oriented-programming, hibernate, jpa, mvc, mysql, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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