随笔分类 - SpringBoot
SpringBoot
摘要:Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 @Bean public ConfigurableServletWebServerFact
阅读全文
摘要:后端 Springboot maven依赖 使用springboot官方starter <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifa
阅读全文
摘要:添加以下环境变量 ENV LANG C.UTF-8 ENV LC_ALL C.UTF-8 DockerFile 为 FROM java:8 ADD app-0.0.1-SNAPSHOT.jar /tmp/app-0.0.1-SNAPSHOT.jar VOLUME /tmp ENV LANG C.UT
阅读全文
摘要:springboot jetty 提交表单报错 2020/10/12 下午3:58:202020-10-12 15:58:20.272 ERROR 1 [1579280783-4931] c.x.d.core.ControllerExceptionHandler : 400: Unable to p
阅读全文
摘要:#!/bin/shjava -jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 restDate-0.0.1-SNAPSHOT.jar -- server.port=8083
阅读全文
摘要:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusion> <groupId>org.spring
阅读全文