I am using Spring maven plugin, I want to create POJO classes from specified xml schema in particular folder. I tried with xjc command through java code, but its no
xjc
One simple way to convert .xsd files to Java file is xjc tool. Just execute the following command in the same working directory:
.xsd
xjc test.xsd