Class SystemInfoServiceImpl

java.lang.Object
edu.ucsb.cs156.example.services.SystemInfoService
edu.ucsb.cs156.example.services.SystemInfoServiceImpl

@Service("systemInfo") @ConfigurationProperties public class SystemInfoServiceImpl extends SystemInfoService
This is a service for getting information about the system. This class relies on property values. For hints on testing, see: https://www.baeldung.com/spring-boot-testing-configurationproperties
  • Constructor Details

    • SystemInfoServiceImpl

      public SystemInfoServiceImpl()
  • Method Details