When and why would I need a jboss-deployment-structure.xml for a Spring application?

前端 未结 2 1637
臣服心动
臣服心动 2020-12-24 06:07

I am trying to understand how to use JBoss EAP6 with Spring applications. I have a sample OpenShift application and it contains a jboss-deployment-structure.xml

2条回答
  •  半阙折子戏
    2020-12-24 06:45

    This is what I found on the internet:

    "In order to avoid using JBoss provided logging APIs, we need to place the following kind of “jboss-deployment-structure.xml” file inside “/home/userone/ApplicationLevelLog4jDemo/src” so that we can exclude the jboss logging APIs for our application and our application can use it’s own version of logging APIs."

    Source: http://middlewaremagic.com/

提交回复
热议问题