SpringWebCourseApplication.java
is likely the entry point of the Spring Boot application.BaseIndexRestController.java
, BaseLoadController.java
, HomeController.java
, OrderController.java
, StatusController.java
) indicating the application's web layer handles various HTTP requests.Component.java
, Cpu.java
, Memory.java
, Monitor.java
) suggest the application deals with computer components, likely representing data to be persisted in a database.BaseJpaRepository.java
, CpuRepository.java
, MemoryRepository.java
, MonitorRepository.java
) are present, indicating the application uses Spring Data JPA for data access.LoaderService.java
, OrderService.java
, BaseComponentService.java
, CpuService.java
, MenoryService.java
, MonitorService.java
) suggest business logic handling.CsvLoader.java
and OrderSelectionInputHelper.java
indicate support for operations like CSV loading and order processing.Github:https://github.com/jsun96225/SpringWeb.git