jar

com.oscroll.archetypes : springboot

Maven & Gradle

May 21, 2019
Table Of Contents

Latest Version

Download com.oscroll.archetypes : springboot JAR file - Latest Versions:

All Versions

Download com.oscroll.archetypes : springboot JAR file - All Versions:

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

it.pkg.mapper

├─ it.pkg.mapper.DemoMapper.class - [JAR]

com.oscroll

├─ com.oscroll.Application.class - [JAR]

it.pkg.service

├─ it.pkg.service.DemoService.class - [JAR]

com.oscroll.configuration

├─ com.oscroll.configuration.CorsConfig.class - [JAR]

├─ com.oscroll.configuration.GracefulShutdown.class - [JAR]

├─ com.oscroll.configuration.Swagger2.class - [JAR]

it.pkg.configuration

├─ it.pkg.configuration.GracefulShutdown.class - [JAR]

├─ it.pkg.configuration.Swagger2.class - [JAR]

com.oscroll.domain.demo

├─ com.oscroll.domain.demo.DemoController.class - [JAR]

├─ com.oscroll.domain.demo.DemoEntity.class - [JAR]

├─ com.oscroll.domain.demo.DemoMapper.class - [JAR]

├─ com.oscroll.domain.demo.DemoService.class - [JAR]

it.pkg.controller

├─ it.pkg.controller.DemoController.class - [JAR]

├─ it.pkg.controller.LongProcessController.class - [JAR]

com.oscroll.domain.longprocess

├─ com.oscroll.domain.longprocess.LongProcessController.class - [JAR]

it.pkg.entity

├─ it.pkg.entity.DemoEntity.class - [JAR]

it.pkg

├─ it.pkg.Application.class - [JAR]

Advertisement