Skip to content

vravikiran/generic-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Upload data through CSV files

  • To create different types of entities based on the uploadType. Here uploadType refers to a specific entity.
  • Also inorder to validate field sizes of entity dynamically, declare them in properties file
  • In the annotations of fields bind the "name of property" from which the value should be fetched.
  • It reads the value from properties file and validates the fields of entities based on them
  • This is a library module which can be re used in other applications. In order to use it as a library please follow the below commands:
  • clone the repository using the link [https://github.com/vravikiran/generic-upload.git]
  • navigate to the directory and build the project using command "gradle build".
  • Once the build is completed publish the repositorty to maven using command "gradle publishMavenToLocal".It publishes the repository to .m2 folder.
  • To import it as a library in another application. Please follow the below commands:
  • create a new spring boot application. In build.gradle file add the dependency in the dependencies section as below:
    "implementation 'com.generic:uploadservice:0.0.1'"
  • After adding build the project and run the application. You can call the "REST" endpoints of library project created above in the current application.
  • Please add the required properties in the current application too

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages