jar

io.github.orpolyzos : spring-web-initializr

Maven & Gradle

Dec 30, 2019
17 stars

Spring Web Initializr · This library provides base classes that are able to ease the creation of a webapp project with Spring Boot. One can simply extend one of the provided classes and will automatically do all the stuff related to the CRUD operations of a generic entity.

Table Of Contents

Latest Version

Download io.github.orpolyzos : spring-web-initializr JAR file - Latest Versions:

All Versions

Download io.github.orpolyzos : spring-web-initializr JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.1.x
1.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 spring-web-initializr-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ore.spring.web.initializr.exception

├─ ore.spring.web.initializr.exception.RpDuplicateResourceException.class - [JAR]

├─ ore.spring.web.initializr.exception.RpMissingResourceException.class - [JAR]

ore.spring.web.initializr.controller.api

├─ ore.spring.web.initializr.controller.api.ResourcePersistableRestController.class - [JAR]

├─ ore.spring.web.initializr.controller.api.ResourcePersistableViewController.class - [JAR]

ore.spring.web.initializr.domain

├─ ore.spring.web.initializr.domain.ResourcePersistable.class - [JAR]

ore.spring.web.initializr.controller

├─ ore.spring.web.initializr.controller.RpMessenger.class - [JAR]

ore.spring.web.initializr.service.impl

├─ ore.spring.web.initializr.service.impl.NoDtoRpService.class - [JAR]

├─ ore.spring.web.initializr.service.impl.RpService.class - [JAR]

ore.spring.web.initializr.controller.impl

├─ ore.spring.web.initializr.controller.impl.RpRestController.class - [JAR]

├─ ore.spring.web.initializr.controller.impl.RpViewController.class - [JAR]

ore.spring.web.initializr.exception.base

├─ ore.spring.web.initializr.exception.base.RpRuntimeException.class - [JAR]

ore.spring.web.initializr.service.api

├─ ore.spring.web.initializr.service.api.ResourcePersistableService.class - [JAR]

Advertisement