View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ms-base-rest-ots-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tp.ms.base.rest.ots.staff.translate
├─ tp.ms.base.rest.ots.staff.translate.UserTranslate.class - [JAR]
tp.ms.base.rest.ots.staff.entity
├─ tp.ms.base.rest.ots.staff.entity.MyAdreamStaff.class - [JAR]
├─ tp.ms.base.rest.ots.staff.entity.MyAdreamStaffExample.class - [JAR]
├─ tp.ms.base.rest.ots.staff.entity.MyAdreamStaffMapper.class - [JAR]
├─ tp.ms.base.rest.ots.staff.entity.MyAdreamStaffRelation.class - [JAR]
├─ tp.ms.base.rest.ots.staff.entity.MyAdreamStaffRelationExample.class - [JAR]
├─ tp.ms.base.rest.ots.staff.entity.MyAdreamStaffRelationMapper.class - [JAR]
tp.ms.base.rest.ots.staff.api
├─ tp.ms.base.rest.ots.staff.api.StaffService.class - [JAR]
tp.ms.base.rest.ots.orgs.config
├─ tp.ms.base.rest.ots.orgs.config.OtsConfiguration.class - [JAR]
tp.ms.base.rest.ots.orgs.entity
├─ tp.ms.base.rest.ots.orgs.entity.MyAdreamOrgelements.class - [JAR]
├─ tp.ms.base.rest.ots.orgs.entity.MyAdreamOrgelementsExample.class - [JAR]
├─ tp.ms.base.rest.ots.orgs.entity.MyAdreamOrgelementsMapper.class - [JAR]
tp.ms.base.rest.ots.orgs.translate
├─ tp.ms.base.rest.ots.orgs.translate.OrgsElementTranslate.class - [JAR]
tp.ms.base.rest.ots.orgs.api
├─ tp.ms.base.rest.ots.orgs.api.OrgsService.class - [JAR]
tp.ms.base.rest.ots.staff.impl
├─ tp.ms.base.rest.ots.staff.impl.StaffServiceImpl.class - [JAR]
tp.ms.base.rest.ots.orgs.impl
├─ tp.ms.base.rest.ots.orgs.impl.OrgsServiceImpl.class - [JAR]