jar

org.lwapp : lwapp-configapi

Maven & Gradle

Feb 17, 2016

Lwapp Configapi · Lwapp configapi is a helper jar file with the functionality to securly persist application configurations to the database instead of application.properties file.

Table Of Contents

Latest Version

Download org.lwapp : lwapp-configapi JAR file - Latest Versions:

All Versions

Download org.lwapp : lwapp-configapi JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.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 lwapp-configapi-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.lwapp.configapi.ws.rest

├─ org.lwapp.configapi.ws.rest.ConfigurationResource.class - [JAR]

org.lwapp.configapi.db.dao

├─ org.lwapp.configapi.db.dao.ApplicationConfigurationDao.class - [JAR]

org.lwapp.configapi.db.entity

├─ org.lwapp.configapi.db.entity.ApplicationConfiguration.class - [JAR]

├─ org.lwapp.configapi.db.entity.EncryptedStringConverter.class - [JAR]

org.lwapp.configapi.service

├─ org.lwapp.configapi.service.ApplicationConfigurationPersister.class - [JAR]

Advertisement