Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Spring 和 Hibernate 开发 Web 应用程序。在谷歌上搜索验证和其他一些春天的东西时,我遇到了这些词。JSR 303, JSR 330, JSR 310等等 。 JSR 实际上是什么? 这些数字表明与 JSR 相关联的是什么?
JSR 303, JSR 330, JSR 310
JSR代表Java 规范请求。
您可以在此处阅读所有请求:所有 JSR。
例如, JSR 303 是关于Bean Validation的。