jar

io.github.adityakumar28 : base-crud-app

Maven & Gradle

0 stars

io.github.adityakumar28:base-crud-app · Library for reducing dev time for spring boot developers.Idea is to generify the boilerplate code which is required for the creation of a CRUD application so that one should write the same code again and again for different class types.

Table Of Contents

Latest Version

Download io.github.adityakumar28 : base-crud-app JAR file - Latest Versions:

All Versions

Download io.github.adityakumar28 : base-crud-app JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window base-crud-app-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.base.crudapp.repository

├─ com.base.crudapp.repository.BaseRepository.class - [JAR]

com.base.crudapp

├─ com.base.crudapp.BaseCrudAppApplication.class - [JAR]

com.base.crudapp.service.impl

├─ com.base.crudapp.service.impl.BaseServiceImpl.class - [JAR]

com.base.crudapp.controller

├─ com.base.crudapp.controller.BaseController.class - [JAR]

com.base.crudapp.service

├─ com.base.crudapp.service.BaseService.class - [JAR]

com.base.crudapp.entity

├─ com.base.crudapp.entity.BaseEntity.class - [JAR]