diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index a0756d6..0947ff0 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -3,6 +3,9 @@ server: # servlet: # context-path: /example/path port: 8080 + tomcat: + # allow | as a separator in the URL + relaxed-query-chars: "|" #Adds the option to go to eg. http://localhost:8080/actuator/health for seeing the running configuration #see https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints management: