/oshi-web

Some Rest API about Native Operating System and Hardware Information.

Primary LanguageJavaMIT LicenseMIT

OSHI Web

OSHI Web

Introduction

Some Rest API about Native Operating System and Hardware Information.

Packaging based on:

Development Environment

  • windows 11
  • jdk 1.8
  • maven 3.6.0

Project Structure

oshi-web
├── src/main
│   ├── java/com.itplh.oshi
│   │   ├── aop
│   │   ├── controller
│   │   |     ├── HutoolSystemController
│   │   |     └── OshiController
│   │   ├── domain
│   │   └── Application
│   └── resources
│       ├── application.yml
│       └── logback.xml
├── pom.xml
└── README.md

Technology Stack

Build

mvn clean package -Dmaven.test.skip=true