Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/scheduling-job-and-data-masking
Implement Scheduling a Job and process of Sensitive Data Masking utilizing Spring Boot.
https://github.com/himash79/scheduling-job-and-data-masking
cronjob java17 masking maven scheduler spring-boot
Last synced: 11 days ago
JSON representation
Implement Scheduling a Job and process of Sensitive Data Masking utilizing Spring Boot.
- Host: GitHub
- URL: https://github.com/himash79/scheduling-job-and-data-masking
- Owner: himash79
- Created: 2023-08-27T15:41:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-27T15:46:26.000Z (over 1 year ago)
- Last Synced: 2024-11-21T04:11:54.869Z (2 months ago)
- Topics: cronjob, java17, masking, maven, scheduler, spring-boot
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduling-Job-and-Data-Masking
Implement Scheduling a Job and process of Sensitive Data Masking utilizing Spring Boot.
## Requirements
01) Java 17
02) Maven 3.8## Project setup
01) Clone the project
https://github.com/himash79/Scheduling-Job-and-Data-Masking.git
02) Clean and build the project using mavenopen command line (CMD) in project directory and execute 'mvn clean install'
03) Open project using intelij / eclipse.
04) Test the senarios.