Package edu.ucsb.cs156.frontiers.startup
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(org.springframework.boot.ApplicationArguments args) When using the wiremock profile, this method will call the code needed to set up the wiremock services
-
Constructor Details
-
WiremockApplicationRunner
public WiremockApplicationRunner()
-
-
Method Details
-
run
When using the wiremock profile, this method will call the code needed to set up the wiremock services- Specified by:
run
in interfaceorg.springframework.boot.ApplicationRunner
- Throws:
Exception
-