proper location of generated schemas
This commit is contained in:
parent
083e33de9b
commit
0abb7cfe17
|
@ -14,7 +14,7 @@ public class ClassGeneratorFromJson {
|
|||
public void generateSchema (String url, String pckg, String rootClassName) throws IOException {
|
||||
convertJsonToJavaClass(
|
||||
new URL(url),
|
||||
new File("."),
|
||||
new File("./src/main/java"),
|
||||
pckg,
|
||||
rootClassName);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue