是否有可能 运行 java 10 与框架 spring 5?
Is it possible to run java 10 with framework spring 5?
我想要 java 10 与 spring 5 一起工作,但我找不到任何信息,是否可以让两者一起工作。
有人知道如何使用 Servlet 容器 运行 java 10 吗?
谢谢,
至少目前他们在 github 页面上声称:
Full compatibility with JDK 9 for development and deployment.
On classpath as well as module path (with stable automatic module names).
Framework build and test suite passes on JDK 9 (runs on JDK 8 by default).
好像还没有tested/integrated和java10.
我想要 java 10 与 spring 5 一起工作,但我找不到任何信息,是否可以让两者一起工作。 有人知道如何使用 Servlet 容器 运行 java 10 吗?
谢谢,
至少目前他们在 github 页面上声称:
Full compatibility with JDK 9 for development and deployment. On classpath as well as module path (with stable automatic module names). Framework build and test suite passes on JDK 9 (runs on JDK 8 by default).
好像还没有tested/integrated和java10.