chore: add basic Siren resource
[demos/example-siren] / provider / src / main / java / io / pactflow / example / sirenprovider / SirenProviderApplication.java
index 8384734..9ad0e11 100644 (file)
@@ -2,8 +2,10 @@ package io.pactflow.example.sirenprovider;
 
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
+import org.springframework.hateoas.config.EnableHypermediaSupport;
 
 @SpringBootApplication
+@EnableHypermediaSupport(type = EnableHypermediaSupport.HypermediaType.HAL)
 public class SirenProviderApplication {
 
   public static void main(String[] args) {