You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,7 +71,6 @@ The command below runs Celerio using Maven with the following 3 profiles (define
71
71
72
72
mvn -Pdb,metadata,gen generate-sources
73
73
74
-
75
74
*`db` profile creates the H2 database in the `target/db` folder.
76
75
*`metadata` profile reverses the database using Celerio. It creates the file `metadata.xml` under `src/main/config/celerio-maven-plugin`.
77
76
*`gen` profile generates the source code using Celerio. It reads `metadata.xml`, the `celerio-maven-plugin.xml` configuration file, interprets/copies the templates/files from `pack-angular`.
@@ -92,9 +91,9 @@ The backend listens on port 8080.
92
91
93
92
The 4 command below install some additional dependencies required by the code generated by Celerio.
0 commit comments