随笔分类 -  SpringBoot

SpringBoot
摘要:Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 @Bean public ConfigurableServletWebServerFact 阅读全文
posted @ 2022-10-09 18:41 leechg 阅读(43) 评论(0) 推荐(0) 编辑
摘要:后端 Springboot maven依赖 使用springboot官方starter <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifa 阅读全文
posted @ 2021-11-18 15:02 leechg 阅读(456) 评论(0) 推荐(0) 编辑
摘要:添加以下环境变量 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 阅读全文
posted @ 2020-10-26 10:50 leechg 阅读(1328) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2020-10-12 17:38 leechg 阅读(5498) 评论(0) 推荐(0) 编辑
摘要:#!/bin/shjava -jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 restDate-0.0.1-SNAPSHOT.jar -- server.port=8083 阅读全文
posted @ 2020-09-18 10:47 leechg 阅读(453) 评论(0) 推荐(0) 编辑
摘要:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusion> <groupId>org.spring 阅读全文
posted @ 2020-05-22 15:41 leechg 阅读(295) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示