tanpenggood / oshi-web

Some Rest API about Native Operating System and Hardware Information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Some Rest API about Native Operating System and Hardware Information.

License:MIT License


Languages

Language:Java 100.0%