Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.25 KB

README.md

File metadata and controls

57 lines (44 loc) · 1.25 KB

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