jar

com.orientechnologies.samples : spring-boot-orientdb-hello

Maven & Gradle

Jun 01, 2017
128 stars

Sample - Spring Boot OrientDB Hello

Table Of Contents

Latest Version

Download com.orientechnologies.samples : spring-boot-orientdb-hello JAR file - Latest Versions:

All Versions

Download com.orientechnologies.samples : spring-boot-orientdb-hello JAR file - All Versions:

Version Vulnerabilities Size Updated
0.14
0.13
0.12
0.11
0.14rc1

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-boot-orientdb-hello-0.14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.boot.orientdb.hello

├─ org.springframework.boot.orientdb.hello.HelloApplication.class - [JAR]

├─ org.springframework.boot.orientdb.hello.HelloConfiguration.class - [JAR]

org.springframework.boot.orientdb.hello.repository

├─ org.springframework.boot.orientdb.hello.repository.PersonRepository.class - [JAR]

org.springframework.boot.orientdb.hello.data

├─ org.springframework.boot.orientdb.hello.data.Person.class - [JAR]

org.springframework.boot.orientdb.hello.rest

├─ org.springframework.boot.orientdb.hello.rest.PersonController.class - [JAR]

Advertisement