Class WiremockApplicationRunner

java.lang.Object
edu.ucsb.cs156.frontiers.startup.WiremockApplicationRunner
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner

@Configuration @Profile("wiremock") public class WiremockApplicationRunner extends Object implements org.springframework.boot.ApplicationRunner
  • Constructor Details

    • WiremockApplicationRunner

      public WiremockApplicationRunner()
  • Method Details

    • run

      public void run(org.springframework.boot.ApplicationArguments args) throws Exception
      When using the wiremock profile, this method will call the code needed to set up the wiremock services
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner
      Throws:
      Exception