增加说明

This commit is contained in:
sanmao 2021-01-06 15:36:34 +08:00
parent a70f9371a5
commit 00761394f0
1 changed files with 8 additions and 0 deletions

View File

@ -9,3 +9,11 @@ You can use the JAXB xjc command to convert XSD to bean. See below for details
```
xjc H:\springsts_workspaces_pro\wezone-thirdparty-master\amazon\amazon-selling-partner-data-xsds\src\main\resources\xsds\Product.xsd -d H:\springsts_workspaces_pro\wezone-thirdparty-master\amazon\amazon-selling-partner-data-xsds\src\main\java\ -b H:\springsts_workspaces_pro\wezone-thirdparty-master\amazon\amazon-selling-partner-data-xsds\src\main\resources\binding.xml -p com.amazon.SellingPartnerAPI.model -encoding UTF-8
```
---
**# 注意实现 **
<br/>
- 1、重新生成时需更改内部类嵌套重名问题可通过mvn install定位异常类并逐一解决<br/>
- 2、BBFCRatingType与BBFCRatingType1内容一致删除BBFCRatingType1并更改影响受影响的类。<br/>
<font color='red'>出现这种情况的原因是多个xsd存在相同类时无法生成只能通过更改类名解决。</font><br/>