Skip to content

Commit

Permalink
添加https,http2测试,开启了http2,但是日志中有条error 日志,http2没启用,暂时无解
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoding committed May 13, 2018
1 parent f1e91c8 commit 147e2ca
Show file tree
Hide file tree
Showing 27 changed files with 96 additions and 399 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@
- springboot-webflux-redis-cache:webflux与redis
- springboot-webflux-mongodb:webflux与mongodb
- springboot-with-docker:用docker 容器技术启动Spring boot
- springboot-jdk:jdk 内容联系模块,如jdk9 等新内容(尚无实质内容)
- springboot-language-jdk:jdk 内容联系模块,如jdk9 等新内容(尚无实质内容)
- springboot-language-kotlin:jdk kotlin 语言的Spring boot 实例
- springboot-language-groovy:jdk groovy 语言的Spring boot 实例
- springboot-cap-ignite:与ignite 整合的例子
- springboot-cap-zookeeper:与zookeeper 整合的例子
- springboot-dubbo-api:sdk 接口
- springboot-dubbo-provider:与dubbo整合的例子,服务提供者(与Spring boot 2.0 整合的待发布,暂无法完成测试)
- springboot-dubbo-consumer:与dubbo整合的例子,服务消费者(与Spring boot 2.0 整合的待发布,暂无法完成测试)

Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<module>springboot-dubbo-api-sdk</module>
-->
<module>springboot-web</module>
<module>springboot-web-thymeleaf</module>
<module>springboot-web-freemarker</module>

<module>springboot-webflux-quickstart</module>
Expand Down
1 change: 0 additions & 1 deletion springboot-web-thymeleaf/README.md

This file was deleted.

75 changes: 0 additions & 75 deletions springboot-web-thymeleaf/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

2 changes: 1 addition & 1 deletion springboot-web/mvnw
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ concat_lines() {
}

export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-$(find_maven_basedir)}
MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.config") $MAVEN_OPTS"
MAVEN_OPTS="$(concat_lines "$MAVEN_PROJECTBASEDIR/.mvn/jvm.http2Config") $MAVEN_OPTS"

# Provide a "standardized" way to retrieve the CLI args that will
# work with both Windows and non-Windows executions.
Expand Down
Loading

0 comments on commit 147e2ca

Please sign in to comment.