File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
sqlschema2java-core/src/main/java/dev/sassine/api/structure Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11package dev .sassine .api .structure ;
22
33import static dev .sassine .api .structure .Sqlschema2Java .generate ;
4- import static dev .sassine .api .structure .model .java .EnvironmentModel .builder ;
54import static java .nio .file .Paths .get ;
65
76import java .io .FileNotFoundException ;
87
8+ import dev .sassine .api .structure .model .java .EnvironmentModel ;
9+
910public class Main {
1011
1112 public static void main (final String [] args ) throws FileNotFoundException {
12- generate (builder ()
13+ generate (EnvironmentModel . builder ()
1314 .packageName ("dev.sassine.api.structure.generated" )
1415 .sourceDirectory (get ("src" ,"test" ,"resources" ,"default.sql" ).toFile ().getAbsolutePath ())
1516 .build ());
You can’t perform that action at this time.
0 commit comments