java.lang.Object
info.ejava_student.starter.assignment1.configprops.rentals.PropertyPrinter
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

public class PropertyPrinter extends Object implements org.springframework.boot.CommandLineRunner
  • Field Details

  • Constructor Details

    • PropertyPrinter

      public PropertyPrinter()
  • Method Details

    • run

      public void run(String... args)
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
    • format

      private String format(List<?> rentals)