jar

dev.incredas.spring : starter

Maven & Gradle

Jan 04, 2024
0 stars

Spring Starter · Simple library to easily start with spring boot and quickly write CRUD operations

Table Of Contents

Latest Version

Download dev.incredas.spring : starter JAR file - Latest Versions:

All Versions

Download dev.incredas.spring : starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

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 starter-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.incredas.spring.starter.persistence

├─ dev.incredas.spring.starter.persistence.AuditableEntity.class - [JAR]

├─ dev.incredas.spring.starter.persistence.EntitySpecification.class - [JAR]

dev.incredas.spring.starter.exception

├─ dev.incredas.spring.starter.exception.EntityNotFoundException.class - [JAR]

├─ dev.incredas.spring.starter.exception.HttpServiceException.class - [JAR]

dev.incredas.spring.starter.web

├─ dev.incredas.spring.starter.web.CrudController.class - [JAR]

dev.incredas.spring.starter

├─ dev.incredas.spring.starter.Library.class - [JAR]

dev.incredas.spring.starter.core

├─ dev.incredas.spring.starter.core.CrudService.class - [JAR]

├─ dev.incredas.spring.starter.core.CrudServiceImpl.class - [JAR]

├─ dev.incredas.spring.starter.core.Mapper.class - [JAR]