DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.orpolyzos : spring-web-initializr Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file spring-web-initializr-2.0.0-javadoc.jar to spring-web-initializr-2.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder spring-web-initializr-2.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "spring-web-initializr-2.0.0-sources.jar" -d "spring-web-initializr-2.0.0-javadoc" -subpackages 

Advertisement