We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062a581 commit 10b75b3Copy full SHA for 10b75b3
src/main/resources/application.yaml
@@ -3,6 +3,9 @@ server:
3
# servlet:
4
# context-path: /example/path
5
port: 8080
6
+ tomcat:
7
+ # allow | as a separator in the URL
8
+ relaxed-query-chars: "|"
9
#Adds the option to go to eg. http://localhost:8080/actuator/health for seeing the running configuration
10
#see https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints
11
management:
0 commit comments