DOC

io.springlets : springlets-boot-starter-authentication

Maven & Gradle

May 09, 2018
27 stars

Springlets Spring Boot starter for web authentication · Springlets Spring Boot starter for autoconfiguration of additional web authentication and security utilities

Table Of Contents

Latest Version

Download io.springlets : springlets-boot-starter-authentication Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file springlets-boot-starter-authentication-1.2.0.RELEASE-javadoc.jar to springlets-boot-starter-authentication-1.2.0.RELEASE-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder springlets-boot-starter-authentication-1.2.0.RELEASE-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 "springlets-boot-starter-authentication-1.2.0.RELEASE-sources.jar" -d "springlets-boot-starter-authentication-1.2.0.RELEASE-javadoc" -subpackages 

Advertisement