File tree Expand file tree Collapse file tree
components-starter/camel-platform-http-starter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 107107 <version >${spring-session-hazelcast-version} </version >
108108 <scope >test</scope >
109109 </dependency >
110+ <dependency >
111+ <groupId >org.springframework.boot</groupId >
112+ <artifactId >spring-boot-session</artifactId >
113+ <version >${spring-boot-version} </version >
114+ <scope >test</scope >
115+ </dependency >
110116 <dependency >
111117 <groupId >org.springframework.boot</groupId >
112118 <artifactId >spring-boot-restclient</artifactId >
Original file line number Diff line number Diff line change 1919# logging.level.org.springframework.boot.web=TRACE
2020# spring.mvc.log-request-details=true
2121
22- spring.autoconfigure.exclude =org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
22+ spring.autoconfigure.exclude =org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
23+
24+ server.undertow.max-http-post-size =-1
You can’t perform that action at this time.
0 commit comments