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 {
|
public void generateSchema (String url, String pckg, String rootClassName) throws IOException {
|
||||||
convertJsonToJavaClass(
|
convertJsonToJavaClass(
|
||||||
new URL(url),
|
new URL(url),
|
||||||
new File("."),
|
new File("./src/main/java"),
|
||||||
pckg,
|
pckg,
|
||||||
rootClassName);
|
rootClassName);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue