spring-with-jsrc-integration-on-wildfly:使用 WildFly 8.1 作为 AppServer 与 Spring 进行 JSRC 集成的简单示例

时间:2021-07-14 13:34:02
【文件属性】:
文件名称:spring-with-jsrc-integration-on-wildfly:使用 WildFly 8.1 作为 AppServer 与 Spring 进行 JSRC 集成的简单示例
文件大小:11KB
文件格式:ZIP
更新时间:2021-07-14 13:34:02
Java JSRC 与 Spring 的集成 要在 Application Server 上运行您的应用程序,您可以执行几个简单的步骤。 首先, JSRC是在上编写的,因此从您的 AS 中排除 WildFly 的 JSR 311 实现并将其替换为 Jersey 实现是非常重要的。 WildFly Deployment Structure Descriptor的正确排除可以通过以下方式完成: < jboss> < deployment> < exclusions> < module xss=removed> < module xss=removed> < module name = "
【文件预览】:
spring-with-jsrc-integration-on-wildfly-master
----.gitignore(170B)
----src()
--------main()
----pom.xml(4KB)
----README.md(2KB)

网友评论