jackson类冲突:Caused by: java.util.ServiceConfigurationError... » apusic-web.xml
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|---|---|
| 2 |
<aas-web-app error-url=""> |
| 3 |
<class-loader delegate="false"> |
| 4 |
<property name="ignoreParentsFiles" value="true"></property> |
| 5 |
<property name="ignoreClassPrefix" value="com.fasterxml.jackson"></property> |
| 6 |
<property name="ignoreResources" value="META-INF/services/com.fasterxml.jackson.databind.Module"></property> |
| 7 |
</class-loader>
|
| 8 |
</aas-web-app>
|